SplitScript reference / f64 / negativeInfinity

f64.negativeInfinity

Constant

f64.negativeInfinity: f64

Negative infinity as a 64-bit floating-point value.

This value compares less than every finite 64-bit float. Negating it produces f64.positiveInfinity.

Effects: pure

Runtime behavior: available everywhere; synchronous

Examples

Start an unbounded maximum search

let maximum = f64.negativeInfinity