Expand description
This is a bare-bones alternative to the thousands
crate on crates.io, for
printing large numbers in a readable fashion.
Functionsยง
- f64p1_
with_ underscores - Print an
f64
with precision 1 (one decimal place) and underscore separators. - format_
with_ ๐underscores - isize_
with_ underscores - Print an
isize
with underscore separators. - usize_
with_ underscores - Print a
usize
with underscore separators.