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;