Function humanize_float

Source
pub fn humanize_float(x: f64) -> (f64, &'static str)
Expand description

Given a float, returns it in a human readable format using SI suffixes.