Constant core::num::bignum::SMALL_POW5
source · const SMALL_POW5: [(u64, usize); 3];
🔬This is a nightly-only experimental API. (
core_private_bignum
)Expand description
Table of powers of 5 representable in digits. Specifically, the largest {u8, u16, u32} value
that’s a power of five, plus the corresponding exponent. Used in mul_pow5
.