Givaro
|
powing stuff. More...
#include "gmp++/gmp++.h"
#include <cstdlib>
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.