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

View differences:

EXP.json
1 1
{
2 2
    "name": "EXP",
3 3
    "group": "Numeric",
4
    "template": "EXP({{a}})",
4
    "template": "EXP({{number}})",
5 5
    "args": [
6
        "value whose arc tangent is to be returned"
6
        "number - The power number"
7 7
    ],
8
    "description": "Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.",
8
    "description": ["returns e raised to the power of the specified number.",
9
    "The constant e (2.718281...), is the base of natural logarithms."],
9 10
    "returnType": "Double"
10 11
}

Also available in: Unified diff