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

16 lines
315 B
Plaintext
Raw Permalink Normal View History

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