Function float_to_general_debug

pub(in ::fmt::float) fn float_to_general_debug<T>(fmt: &mut Formatter<'_>, num: &T) -> Result
where
    T: DecodableFloat + GeneralFormat,