|
Givaro
|
powing stuff. More...
#include "gmp++/gmp++.h"#include <cstdlib>
Include dependency graph for gmp++_int_pow.C:Namespaces | |
| Givaro | |
| Namespace in which the whole Givaro library resides. | |
Functions | |
| 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 Integer &e, const Integer &m) |
| Integer | powmod (const Integer &n, const Integer &e, const Integer &m) |
powing stuff.
1.8.9.1