#include <real_infinint.hpp>
Public Member Functions | |
| infinint (size_t a=0) | |
| infinint (const infinint &ref) | |
| ~infinint () | |
| infinint & | operator= (const infinint &ref) |
| void | read (generic_file &f) |
| template<class T> | |
| infinint | power (const T &exponent) const |
| infinint & | operator/= (const infinint &ref) |
| infinint & | operator%= (const infinint &ref) |
| infinint | operator++ (int a) |
| infinint | operator-- (int a) |
| infinint & | operator++ () |
| infinint & | operator-- () |
| U_32 | operator% (U_32 arg) const |
| template<class T> | |
| void | unstack (T &v) |
| infinint | get_storage_size () const |
can only handle positive integer numbers
Definition at line 57 of file real_infinint.hpp.
1.4.7