KBig Integer Impl
Types
Functions
Returns the absolute value of this KBigInteger.
Returns the absolute value of this KBigInteger.
Returns a KBigInteger that is the sum of this and the specified value.
Returns a KBigInteger that is the sum of this and the specified value.
Compares this KBigInteger with the specified KBigInteger.
Compares this KBigInteger with the specified KBigInteger.
Division operator for KBigInteger.
Returns a KBigInteger that is the quotient of this divided by the specified value.
Returns a KBigInteger that is the quotient of this divided by the specified value.
Checks if this KBigInteger is negative (less than zero).
Checks if this KBigInteger is negative (less than zero).
Checks if this KBigInteger is positive (greater than zero).
Checks if this KBigInteger is positive (greater than zero).
Returns the maximum of this KBigInteger and the specified value.
Returns the minimum of this KBigInteger and the specified value.
Subtraction operator for KBigInteger.
Returns a KBigInteger that is the remainder of this divided by the specified value.
Returns a KBigInteger that is the remainder of this divided by the specified value.
Returns a KBigInteger that is the product of this and the specified value.
Returns a KBigInteger that is the product of this and the specified value.
Returns the negation of this KBigInteger.
Returns the negation of this KBigInteger.
Addition operator for KBigInteger.
Calculates this KBigInteger raised to the power of the specified integer exponent.
Remainder operator for KBigInteger.
Returns a KBigInteger that is the difference of this and the specified value.
Returns a KBigInteger that is the difference of this and the specified value.
Multiplication operator for KBigInteger.
Converts this KBigInteger to a KBigDecimal for precise decimal operations.
Converts this KBigInteger to a KBigDecimal for precise decimal operations.
Unary minus operator for KBigInteger.
Unary plus operator for KBigInteger (identity operation).