pub const fn pow(base: u32, exp: u32) -> FixedInner
Rises base to the power of exp. Differs from std’s pow with const
base
exp
pow
const