pub const NEG_INFINITY: f64 = f64::NEG_INFINITY; // -Inf_f64👎Deprecated since 1.99.0:
replaced by the NEG_INFINITY associated constant on f64
Expand description
Negative infinity (−∞).
Use f64::NEG_INFINITY instead.