HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
powmod
Syntax
powmod(a, n, p)
Description
Power and modulo. For the integers a, n, and p, returns a^n mod p.
Example
powmod(5,2,13) returns 12
powmod — Discussion
↑Back to top