pub const NEG_INFINITY: f32 = f32::NEG_INFINITY; // -Inf_f32
πDeprecating in a future version: replaced by the
NEG_INFINITY
associated constant on f32
Available on non-crate feature
ferrocene_certified
only.Expand description
Negative infinity (ββ).
Use f32::NEG_INFINITY
instead.