PI
The PI function returns a value that is an approximation of the ratio of the circumference of a circle to its diameter (PI Greek).
Syntax 1
function pi ()
Syntax 2
$pi ()
Result
returns a value that is an approximation of the ratio of the circumference of a circle to its diameter (PI Greek).
Examples
Example - Display the PI Greek value.
display function pi()