pub const MIN: f32 = f32::MIN; // -3.40282347E+38f32
👎 Deprecating in a future Rust version:
replaced by the MIN
associated constant on f32
pub const MIN: f32 = f32::MIN; // -3.40282347E+38f32
replaced by the MIN
associated constant on f32