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