Function common::utils::pow

source ·
pub const fn pow(base: u32, exp: u32) -> FixedInner
Expand description

Rises base to the power of exp. Differs from std’s pow with const