1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-15 00:04:37 -04:00

8 lines
221 B
Plaintext

{
"name": "abs",
"type": "function",
"description": "Returns the absolute value of a number.",
"arguments": [ {"arg":"value","description":"a number"}],
"examples": [ { "expression":"abs(-2)", "returns":"2"}]
}