#PI function

General Form:

#PI


The #PI function returns the value of pi (3.14159265359). The #PI function is valid wherever a numeric function is legal.

Syntax examples:

test = #PI * radius ^ 2
IF (temp < #PI)