|
Functions |
| Integer | fact (unsigned long l) |
| Integer | sqrt (const Integer &a) |
| Integer | sqrt (const Integer &a, Integer &r) |
| bool | root (Integer &q, const Integer &a, unsigned int n) |
| void | swap (Integer &a, Integer &b) |
| long | logp (const Integer &a, const Integer &p) |
| double | logtwo (const Integer &a) |
| Integer & | nextprime (Integer &r, const Integer &p) |
| Integer & | prevprime (Integer &r, const Integer &p) |
| int | probab_prime (const Integer &p) |
| int | probab_prime (const Integer &p, int r) |
| int | jacobi (const Integer &u, const Integer &v) |
| int | legendre (const Integer &u, const Integer &v) |
| long | Integer2long (const Integer &n) |
| double | Integer2double (const Integer &n) |