pub const NEG_INFINITY: f32 = f32::NEG_INFINITY; // -Inf_f32๐Deprecated since 1.99.0:
replaced by the NEG_INFINITY associated constant on f32
Expand description
Negative infinity (โโ).
Use f32::NEG_INFINITY instead.