Skip to content

PowerMod

Fast modular exponentiation — PowerMod[b, e, m] == Mod[b^e, m].

$ wo 'PowerMod[2, 10, 100]'
24