Function exp_u64

Source
fn exp_u64(
    n: u64,
    is_nonnegative: bool,
    upper: bool,
    f: &mut Formatter<'_>,
) -> Result