|
Functions |
| int | isperfectpower (const Integer &n) |
| Integer & | pow (Integer &Res, const unsigned long n, const unsigned long p) |
| Integer & | pow (Integer &Res, const Integer &n, const unsigned long p) |
| Integer | pow (const Integer &n, const unsigned long p) |
| Integer & | pow (Integer &Res, const Integer &n, const long l) |
| Integer | pow (const Integer &n, const long l) |
| Integer & | powmod (Integer &Res, const Integer &n, const unsigned long p, const Integer &m) |
| Integer | powmod (const Integer &n, const unsigned long p, const Integer &m) |
| Integer & | powmod (Integer &Res, const Integer &n, const long e, const Integer &m) |
| Integer | powmod (const Integer &n, const long e, const Integer &m) |
| Integer & | powmod (Integer &Res, const Integer &n, const Integer &e, const Integer &m) |
| Integer | powmod (const Integer &n, const Integer &e, const Integer &m) |