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/ATAN.json

View differences:

ATAN.json
5 5
    "args": [
6 6
        "a - an angle, in radians."
7 7
    ],
8
    "description": ["Returns the arc tangent of a number."],
8
    "description": ["Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2. Special cases:",
9
            "- If the argument is NaN, then the result is NaN.",
10
            "- If the argument is zero, then the result is a zero with the same sign as the argument.",
11
            "The computed result must be within 1 ulp of the exact result. Results must be semi-monotonic.",
12
            "ATAN({{a}})"],
9 13
    "returnType": "Double"
10 14
}

Also available in: Unified diff