mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
|
{
|
||
|
"function": "sqrt",
|
||
|
"description": "Returns square root of a value.",
|
||
|
"arguments": [ {"arg":"value","description":"a number"}],
|
||
|
"examples": [ { "expression":"sqrt(9)", "returns":"3"}
|
||
|
]
|
||
|
}
|