SplitScript reference / f64 / positiveInfinity
f64.positiveInfinity
Constant
f64.positiveInfinity: f64
Positive infinity as a 64-bit floating-point value.
This value compares greater than every finite 64-bit float and remains infinite under operations such as addition by a finite value.
Effects: pure
Runtime behavior: available everywhere; synchronous
Examples
Start an unbounded minimum search
let minimum = f64.positiveInfinity