pub const DIGITS: u32 = f64::DIGITS; // 15u32
👎Deprecating in a future version: replaced by the
DIGITS
associated constant on f64
Available on non-crate feature
ferrocene_certified
only.Expand description
Approximate number of significant digits in base 10.
Use f64::DIGITS
instead.