pow

Function pow 

Source
pub fn pow(x: &BigInt, y: &BigInt) -> Result<BigInt, PoolError>
Expand description

Calculate x^y using logarithmic and exponential properties