Function float_to_decimal_display

Source
fn float_to_decimal_display<T>(fmt: &mut Formatter<'_>, num: &T) -> Result
where T: DecodableFloat,