PI (NoSQL query)
APPLIES TO: NoSQL
Returns the constant value of Pi. For more information, see Pi.
Syntax
PI()
Return types
Returns a numeric expression.
Examples
The following example returns the constant value of Pi.
SELECT VALUE
PI()
[
3.141592653589793
]