abs() const | regina::NLargeInteger | [inline] |
divByExact(const NLargeInteger &other) | regina::NLargeInteger | [inline] |
divExact(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
gcd(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
gcdWithCoeffs(const NLargeInteger &other, NLargeInteger &u, NLargeInteger &v) const | regina::NLargeInteger | |
infinity | regina::NLargeInteger | [static] |
isInfinite() const | regina::NLargeInteger | [inline] |
lcm(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
longValue() const | regina::NLargeInteger | [inline] |
negate() | regina::NLargeInteger | [inline] |
NLargeInteger() | regina::NLargeInteger | [inline] |
NLargeInteger(long value) | regina::NLargeInteger | [inline] |
NLargeInteger(const NLargeInteger &value) | regina::NLargeInteger | [inline] |
NLargeInteger(const char *value, int base=10, bool *valid=0) | regina::NLargeInteger | [inline] |
NLargeInteger(const std::string &value, int base=10, bool *valid=0) | regina::NLargeInteger | [inline] |
NRational class | regina::NLargeInteger | [friend] |
one | regina::NLargeInteger | [static] |
operator *(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
operator *=(const NLargeInteger &other) | regina::NLargeInteger | [inline] |
operator!=(const NLargeInteger &compareTo) const | regina::NLargeInteger | [inline] |
operator!=(long compareTo) const | regina::NLargeInteger | [inline] |
operator%(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
operator%=(const NLargeInteger &other) | regina::NLargeInteger | [inline] |
operator+(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
operator+=(const NLargeInteger &other) | regina::NLargeInteger | [inline] |
operator+=(long other) | regina::NLargeInteger | [inline] |
operator-(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
operator-() const | regina::NLargeInteger | [inline] |
operator-=(const NLargeInteger &other) | regina::NLargeInteger | [inline] |
operator-=(long other) | regina::NLargeInteger | [inline] |
operator/(const NLargeInteger &other) const | regina::NLargeInteger | [inline] |
operator/=(const NLargeInteger &other) | regina::NLargeInteger | [inline] |
operator<(const NLargeInteger &compareTo) const | regina::NLargeInteger | [inline] |
operator<(long compareTo) const | regina::NLargeInteger | [inline] |
operator<<(std::ostream &out, const NLargeInteger &large) | regina::NLargeInteger | [friend] |
operator<=(const NLargeInteger &compareTo) const | regina::NLargeInteger | [inline] |
operator<=(long compareTo) const | regina::NLargeInteger | [inline] |
operator=(const NLargeInteger &value) | regina::NLargeInteger | [inline] |
operator=(long value) | regina::NLargeInteger | [inline] |
operator=(const char *value) | regina::NLargeInteger | [inline] |
operator=(const std::string &value) | regina::NLargeInteger | [inline] |
operator==(const NLargeInteger &compareTo) const | regina::NLargeInteger | [inline] |
operator==(long compareTo) const | regina::NLargeInteger | [inline] |
operator>(const NLargeInteger &compareTo) const | regina::NLargeInteger | [inline] |
operator>(long compareTo) const | regina::NLargeInteger | [inline] |
operator>=(const NLargeInteger &compareTo) const | regina::NLargeInteger | [inline] |
operator>=(long compareTo) const | regina::NLargeInteger | [inline] |
raiseToPower(unsigned long exp) | regina::NLargeInteger | [inline] |
stringValue(int base=10) const | regina::NLargeInteger | |
swap(NLargeInteger &other) | regina::NLargeInteger | [inline] |
zero | regina::NLargeInteger | [static] |
~NLargeInteger() | regina::NLargeInteger | [inline, virtual] |