Function hydra_dx_math::transcendental::powi[][src]

pub fn powi<S, D>(operand: S, exponent: u32) -> Result<D, ()> where
    S: FixedUnsigned,
    D: FixedUnsigned + From<S>, 
Expand description

power with integer exponent