Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
317 B
Plaintext
Raw Normal View History

{
"name": "tan",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["Math"],
"description": "Returns the tangent of an angle.",
"arguments": [{
"arg": "angle",
"description": "angle in radians"
}],
"examples": [{
"expression": "tan(1.0)",
"returns": "1.5574077246549"
}],
"tags": ["angle", "tangent"]
}