Modular exponentiation
c = powermod(
returns the modular exponentiation ab mod m. The input a
,b
,m
)a,b
must be integers, and
m
must be a nonnegative integer. For more information, see
Modular Exponentiation.