powered by
This function return $x ^ y mod n$ pow.bigz do the same when modulus is set.
powm(x, y, n)
pow.bigz
powm(4,7,9) x = as.bigz(4,9) x ^ 7
Run the code above in your browser using DataLab