Statistics
| Revision:

svn-gvsig-desktop / 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 / COS.json @ 44053

History | View | Annotate | Download (437 Bytes)

1
{
2
    "name": "COS",
3
    "group": "Numeric",
4
    "template": "COS({{a}})",
5
    "args": [
6
        "a - an angle, in radians."
7
    ],
8
    "description": [
9
      "Returns the trigonometric cosine of an angle. Special cases:",
10
      "- If the argument is NaN or an infinity, then the result is NaN.",
11
      "The computed result must be within 1 ulp of the exact result. Results must be semi-monotonic."
12
      ],
13
    "returnType": "Double"
14
}