Skip to main content

ext_pow

Function ext_pow 

Source
pub fn ext_pow(base: &BigInt, exp: u64) -> Option<BigInt>
Expand description

base ^ exp for a whole nonnegative exponent, refusing a result too big to hold.