Functions | |
template<unsigned int p, typename T > | |
void | convert (Z< p, T > &toto, char *chaine) |
Division operator, based on Euclid's algorithm. More... | |
template<unsigned int p, class T > | |
Z< p, T > | operator^ (const Z< p, T > a, const int n) |
Fast binary exponentiation. More... | |
Division operator, based on Euclid's algorithm.