mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
{
|
|
"name": "pi",
|
|
"type": "function",
|
|
"description": "Returns value of pi for calculations.",
|
|
"examples": [ { "expression":"pi()", "returns":"3.14159265358979"}]
|
|
}
|