next up previous contents index
suivant: Inverse in /p : monter: Computing in /p or précédent: Power in /p and   Table des matières   Index


Compute an  mod p : powmod powermod

powmod (or powermod takes as argument a, n, p.
powmod (or powermod) returns an  mod p in [0;p - 1].
Input :
powmod(5,2,13)
Output :
12
Input :
powmod(5,2,12)
Output :
1



giac documentation written by Renée De Graeve and Bernard Parisse