ModularExponent 命令
CAS 语法
- ModularExponent( <Number>, <Number>, <Number> )
-
返回给定数字的模幂。 另请参阅 模幂运算 以了解更多详细信息。
ModularExponent(5,12,13)
得出 \(1\),因为 \(mod(5^{12},13)=1\)。
返回给定数字的模幂。 另请参阅 模幂运算 以了解更多详细信息。
ModularExponent(5,12,13)
得出 \(1\),因为 \(mod(5^{12},13)=1\)。