|
Givaro 4.2.1
|
powing stuff. More...
#include "gmp++/gmp++.h"#include <cstdlib>Namespaces | |
| namespace | Givaro |
| Namespace in which the whole Givaro library resides. | |
Functions | |
| int32_t | isperfectpower (const Integer &n) |
| Integer & | pow (Integer &Res, const Integer &n, const uint64_t l) |
| Integer & | pow (Integer &Res, const uint64_t n, const uint64_t l) |
| Integer | pow (const Integer &n, const uint64_t l) |
| Integer & | pow (Integer &Res, const Integer &n, const int64_t l) |
| Integer | pow (const Integer &n, const int64_t 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) |
| Integer & | powmod (Integer &Res, const Integer &n, const uint64_t e, const Integer &m) |
| Integer | powmod (const Integer &n, const uint64_t e, const Integer &m) |
| Integer & | powmod (Integer &Res, const Integer &n, const int64_t e, const Integer &m) |
| Integer | powmod (const Integer &n, const int64_t e, const Integer &m) |
powing stuff.