Function powsign

Source
fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign
Expand description

Help function for pow

Computes the effect of the exponent on the sign.