mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
|
{
|
||
|
"function": "sin",
|
||
|
"description": "Returns the sine of an angle.",
|
||
|
"arguments": [ {"arg":"angle","description":"angle in radians"}],
|
||
|
"examples": [ { "expression":"sin(1.571)", "returns":"0.999999682931835"}]
|
||
|
}
|