mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
292 B
Plaintext
16 lines
292 B
Plaintext
{
|
|
"name": "sqrt",
|
|
"type": "function",
|
|
"groups": ["Math"],
|
|
"description": "Returns square root of a value.",
|
|
"arguments": [{
|
|
"arg": "value",
|
|
"description": "a number"
|
|
}],
|
|
"examples": [{
|
|
"expression": "sqrt(9)",
|
|
"returns": "3"
|
|
}],
|
|
"tags": ["root", "square"]
|
|
}
|