function pi
Return the number PI. It will be computet as 2 * acos(0).
Syntax
result = pi()
Arguments
Examples
Print the number pi to 15 significant digits:
DPUSER> print sprintf("%.15f", pi())
3.141592653589793
See also
category index: trigonometry