Pi Function

Description:
The ratio of the circumference of a circle to its diameter
Returns:
Number
Example:
When using functions inside a field, remember the field brackets:
{Pi()}
Expression
Result
Pi()
3.14159265358979
This function is most often sued as part of a calculation either inside a field or as the definition of a computation variable:
The area of the pool will be {Pi() * (RadiusMeasurement * RadiusMeasurement)}

Related content