|
Givaro
|
powing stuff. More...
#include "gmp++/gmp++.h"#include <cstdlib>
Include dependency graph for gmp++_int_pow.C:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | Givaro |
| Namespace in which the whole Givaro library resides. | |
Functions | |
| int | isperfectpower (const Integer &) |
| Integer & | pow (Integer &Res, const long unsigned int n, const long unsigned p) |
| Integer & | pow (Integer &Res, const Integer &n, const long unsigned p) |
| Integer | pow (const Integer &n, const long unsigned p) |
| Integer & | pow (Integer &Res, const Integer &n, const long int l) |
| Integer | pow (const Integer &n, const long int l) |
| Integer & | powmod (Integer &Res, const Integer &n, const long unsigned p, const Integer &m) |
| Integer | powmod (const Integer &n, const long unsigned 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) |
powing stuff.
1.8.1.1