expt-mod

[procedure] expt-mod int1 int2 int3

ChezScheme: (lambda (x y z) (modulo (expt x y) z))