Pi

Result = Pi ( [ Number AS Float ] )

Multiplies Number by π and returns the result.

If Number is not specified, it is assumed to be one.

Examples

PRINT Pi
3.14159265359

PRINT Pi(0.5)
1.570796326795

See also