Addition(const Integer &i, const Integer &j) | Poincare::Integer | static |
approximate() const | Poincare::Integer | |
createLayout() const | Poincare::Integer | |
denominator(Integer *exponent) | Poincare::Integer | static |
Division(const Integer &numerator, const Integer &denominator) | Poincare::Integer | static |
double_native_int_t typedef | Poincare::Integer | |
double_native_uint_t typedef | Poincare::Integer | |
exponent(int fractionalPartLength, const char *exponent, int exponentLength, bool exponentNegative) | Poincare::Integer | static |
extractedInt() const | Poincare::Integer | inline |
Factorial(const Integer &i) | Poincare::Integer | static |
half_native_uint_t typedef | Poincare::Integer | |
Integer(native_int_t i=0) | Poincare::Integer | inline |
Integer(double_native_int_t i) | Poincare::Integer | |
Integer(const char *digits, bool negative=false) | Poincare::Integer | |
Integer(Integer &&other) | Poincare::Integer | |
Integer(const Integer &other) | Poincare::Integer | |
isEqualTo(const Integer &other) const | Poincare::Integer | |
isLowerThan(const Integer &other) const | Poincare::Integer | |
isMinusOne() const | Poincare::Integer | inline |
isNegative() const | Poincare::Integer | inline |
isOne() const | Poincare::Integer | inline |
isTen() const | Poincare::Integer | inline |
isTwo() const | Poincare::Integer | inline |
isZero() const | Poincare::Integer | inline |
k_maxExtractableInteger | Poincare::Integer | static |
m_digit | Poincare::Integer | |
m_digits | Poincare::Integer | |
Multiplication(const Integer &i, const Integer &j) | Poincare::Integer | static |
native_int_t typedef | Poincare::Integer | |
native_uint_t typedef | Poincare::Integer | |
NaturalOrder(const Integer &i, const Integer &j) | Poincare::Integer | static |
numerator(const char *integralPart, int integralPartLength, const char *fractionalPart, int fractionalPartLength, bool negative, Integer *exponent) | Poincare::Integer | static |
operator=(Integer &&other) | Poincare::Integer | |
operator=(const Integer &other) | Poincare::Integer | |
Power(const Integer &i, const Integer &j) | Poincare::Integer | static |
setNegative(bool negative) | Poincare::Integer | |
Subtraction(const Integer &i, const Integer &j) | Poincare::Integer | static |
writeTextInBuffer(char *buffer, int bufferSize) const | Poincare::Integer | |
~Integer() | Poincare::Integer | |