mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
8 lines
221 B
Plaintext
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"}]
|
|
}
|