mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
|
{
|
||
|
"name": "degrees",
|
||
|
"type": "function",
|
||
|
"description": "Converts from radians to degrees.",
|
||
|
"arguments": [ {"arg":"radians","description":"numeric value"}],
|
||
|
"examples": [
|
||
|
{ "expression":"degrees(3.14159)", "returns":"180"},
|
||
|
{ "expression":"degrees(1)", "returns":"57.2958"}
|
||
|
]
|
||
|
}
|