pub const fn u64_step(radix: u32) -> usize
parse-floats
parse-integers
write-floats
write-integers
Calculate the number of digits that can be processed without overflowing a u64. Helper function since this is used for 128-bit division.
u64
This is an alias for min_step with bits == 64 and is_signed == false.
min_step
bits == 64
is_signed == false