pub const MAX: f32 = f32::MAX; // 3.40282347E+38f32
👎Deprecating in a future version: replaced by the
MAX
associated constant on f32
Available on crate feature
std
only.pub const MAX: f32 = f32::MAX; // 3.40282347E+38f32
MAX
associated constant on f32
std
only.