pub const RADIX: u32 = f32::RADIX; // 2u32👎Deprecated since 1.99.0:
replaced by the RADIX associated constant on f32
Expand description
The radix or base of the internal representation of f32.
Use f32::RADIX instead.