powermod
Modular exponentiation
Syntax
Description
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.
Examples
Input Arguments
More About
Version History
Introduced in R2018a