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