mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
19 lines
395 B
Plaintext
19 lines
395 B
Plaintext
{
|
|
"name": "radians",
|
|
"type": "function",
|
|
"groups": ["Math"],
|
|
"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"
|
|
}],
|
|
"tags": ["converts", "degrees", "radians"]
|
|
}
|