|
| BigInteger (const BigInteger &rhs) |
|
| BigInteger (uint64_t u) |
|
template<typename Ch > |
| BigInteger (const Ch *decimals, size_t length) |
|
BigInteger & | operator= (const BigInteger &rhs) |
|
BigInteger & | operator= (uint64_t u) |
|
BigInteger & | operator+= (uint64_t u) |
|
BigInteger & | operator*= (uint64_t u) |
|
BigInteger & | operator*= (uint32_t u) |
|
BigInteger & | operator<<= (size_t shift) |
|
bool | operator== (const BigInteger &rhs) const |
|
bool | operator== (const Type rhs) const |
|
BigInteger & | MultiplyPow5 (unsigned exp) |
|
bool | Difference (const BigInteger &rhs, BigInteger *out) const |
|
int | Compare (const BigInteger &rhs) const |
|
size_t | GetCount () const |
|
Type | GetDigit (size_t index) const |
|
bool | IsZero () const |
|