[go: up one dir, main page]

format_f16

Function format_f16 

Source
pub fn format_f16(value: f16) -> String
Expand description

Format a number with about 5 decimals of precision.

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