Function core::fmt::num::exp_u128

source ·
fn exp_u128(
    n: u128,
    is_nonnegative: bool,
    upper: bool,
    f: &mut Formatter<'_>
) -> Result