Home / lang / pi 
Pi
Syntax
fResult = Pi ( [ fNumber AS Float ] )

Returns π * fNumber. If fNumber is not specified, it is assumed to be one.

Example
PRINT Pi

3.14159265359

Example
PRINT Pi(0.5)

1.570796326795


See also
Trigonometric Functions