mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
{
|
|
"name": "degrees",
|
|
"type": "function",
|
|
"groups": ["Math"],
|
|
"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"}
|
|
]
|
|
}
|