PI (open)
The value of Pi (3.141592653589793238)
Syntax
LOADLIB "wh::float.whlib";
CONSTANT FLOAT PI
Description
Public float pi is for use in mathemetical functions
Examples
// The FLOAT value will be 9.4247779769379714
FLOAT number := 3*PI;
The value of Pi (3.141592653589793238)
LOADLIB "wh::float.whlib";
CONSTANT FLOAT PI
Public float pi is for use in mathemetical functions
// The FLOAT value will be 9.4247779769379714
FLOAT number := 3*PI;