Expand description
Miscellaneous tools to format and parse numbers, durations, etc.
TODO(emilk): move some of this numeric formatting into emath
so we can use it in egui_plot
.
Structs§
- Options for how to format a floating point number, e.g. an
f64
.
Traits§
Functions§
- Pretty format a large number by using SI notation (base 10), e.g.
- Pretty format a number of bytes by using SI notation (base2), e.g.
- Format a number with about 7 decimals of precision.
- Format a number with about 15 decimals of precision.
- Pretty format a signed number by using thousands separators for readability.
- Pretty format an unsigned integer by using thousands separators for readability.
- When showing grid-lines representing time.