Function: Pi
Description
Returns the value of Pi.
Syntax
Pi()
Arguments
This function does not require any arguments.
Return value
This function returns the value of Pi: 3.14159265358979
Calculated field example
You can use this function to use the value of Pi in any calculated field that requires it.
For instance to calculate for the circumference of a circle with radius = 10, you can use the formula: Pi() * 10.
The function returns: 31.4159265358979