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

View differences:

SQRT.json
3 3
    "group": "Numeric",
4 4
    "template": "SQRT({{number}})",
5 5
    "args": [
6
        "value whose arc tangent is to be returned"
6
        "number - A number to calculate the square root of. Must be greater than 0"
7 7
    ],
8
    "description": "Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.",
8
    "description": "Return the square root of a number.",
9 9
    "returnType": "Double"
10 10
}

Also available in: Unified diff