pow
The pow function returns the number included as the first argument, x, raised to the number included as the second argument, y. If a third argument, z, is added, the previous result is returned modulo z, an operation more efficient than
pow(x, y) % z