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