Function re_format::format_f64

source ·
pub fn format_f64(value: f64) -> String
Expand description

Format a number with about 15 decimals of precision.

The returned value is for human eyes only, and can not be parsed by the normal f64::from_str function.