Function float_to_exponential_common_exact
pub(in ::fmt::float) fn float_to_exponential_common_exact<T>(fmt: &mut Formatter<'_>, num: &T, sign: Sign, precision: u16, upper: bool) -> Result
where
T: DecodableFloat,