Function hydra_dx_math::transcendental::powi
source · pub fn powi<S, D>(operand: S, exponent: u32) -> Result<D, ()>where
S: FixedUnsigned + Zero,
D: FixedUnsigned + From<S> + One + Zero,
Expand description
power with integer exponent