mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
{
|
|
"name": "cos",
|
|
"type": "function",
|
|
"groups": ["Math"],
|
|
"description": "Returns cosine of an angle.",
|
|
"arguments": [{
|
|
"arg": "angle",
|
|
"description": "angle in radians"
|
|
}],
|
|
"examples": [{
|
|
"expression": "cos(1.571)",
|
|
"returns": "0.000796326710733263"
|
|
}],
|
|
"tags": ["angle", "cosine"]
|
|
}
|