Revision 44089 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/resources/org/gvsig/expressionevaluator/functions/en/ACOS.json

View differences:

ACOS.json
3 3
    "group": "Numeric",
4 4
    "template": "ACOS({{a}})",
5 5
    "args": [
6
        "value whose arc tangent is to be returned"
6
        "a - an angle, in radians"
7 7
    ],
8
    "description": "Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.",
8
    "description": ["The ACOS() function returns the arc cosine of a number.",
9
      "The specified number must be between -1 to 1, otherwise this function returns NULL."],
9 10
    "returnType": "Double"
10 11
}

Also available in: Unified diff