This section covers the common math functions in the Standard Library.
STD.Math.Infinity;
Infinity returns an "infinity" value.
Example:
IMPORT STD; myValue := STD.Math.Infinity; myValue;
See Also: isInfinite