mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
{
|
|
"name": "cos",
|
|
"type": "function",
|
|
"description": "Returns cosine of an angle.",
|
|
"arguments": [ {"arg":"angle","description":"angle in radians"}],
|
|
"examples": [ { "expression":"cos(1.571)", "returns":"0.000796326710733263"}]
|
|
}
|
|
|