System.Inf - Manhunter07/MFL GitHub Wiki
Declaration
const Inf = \built-in\
Description
The Inf
constant in the System
package represents the positive infinity value of a numeric expression. In order to get the value of negative infinity, simply negate it using the -
(minus) operator: -Inf
.
See also