1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-24 00:06:24 -04:00
2015-12-10 00:41:42 +01:00

11 lines
293 B
Plaintext

{
"name": "radians",
"type": "function",
"description": "Converts from degrees to radians.",
"arguments": [ {"arg":"degrees","description":"numeric value"}],
"examples": [
{ "expression":"radians(180)", "returns":"3.14159"},
{ "expression":"radians(57.2958)", "returns":"1"}
]
}