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