|
bes
Updated for version 3.20.13
|

Public Types | |
| typedef uint64_t | Type |
Public Member Functions | |
| BigInteger (const BigInteger &rhs) | |
| BigInteger (const char *decimals, size_t length) | |
| BigInteger (uint64_t u) | |
| int | Compare (const BigInteger &rhs) const |
| bool | Difference (const BigInteger &rhs, BigInteger *out) const |
| size_t | GetCount () const |
| Type | GetDigit (size_t index) const |
| bool | IsZero () const |
| BigInteger & | MultiplyPow5 (unsigned exp) |
| BigInteger & | operator*= (uint32_t u) |
| BigInteger & | operator*= (uint64_t u) |
| BigInteger & | operator+= (uint64_t u) |
| BigInteger & | operator<<= (size_t shift) |
| BigInteger & | operator= (const BigInteger &rhs) |
| BigInteger & | operator= (uint64_t u) |
| bool | operator== (const BigInteger &rhs) const |
| bool | operator== (const Type rhs) const |
Definition at line 28 of file biginteger.h.