Math Support

This section covers the common math functions in the Standard Library.

Infinity

STD.Math.Infinity;

Return:Returns a REAL "infinity" value.

Infinity returns an "infinity" value.

Example:

IMPORT STD;
myValue := STD.Math.Infinity;
myValue;

See Also: isInfinite