Module thousands

Source
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.