mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
{
|
|
"name": "pi",
|
|
"type": "function",
|
|
"groups": ["Math"],
|
|
"description": "Returns value of pi for calculations.",
|
|
"examples": [ { "expression":"pi()", "returns":"3.14159265358979"}]
|
|
}
|