KBig Decimal
Interface for arbitrary-precision decimal arithmetic. Provides operations for mathematical calculations with decimal numbers of unlimited precision.
Inheritors
Functions
Returns the absolute value of this KBigDecimal.
Returns a KBigDecimal that is the sum of this and the specified value.
Division operator for KBigDecimal with default scale and rounding.
Returns a KBigDecimal that is the quotient of this divided by the specified value.
Checks if this KBigDecimal is negative (less than zero).
Checks if this KBigDecimal is positive (greater than zero).
Returns the maximum of this KBigDecimal and the specified value.
Returns the minimum of this KBigDecimal and the specified value.
Subtraction operator for KBigDecimal.
Returns a KBigDecimal that is the product of this and the specified value.
Returns the negation of this KBigDecimal.
Addition operator for KBigDecimal.
Calculates this KBigDecimal raised to the power of the specified integer exponent.
Returns a KBigDecimal with the specified scale and rounding mode.
Returns a KBigDecimal that is the difference of this and the specified value.
Multiplication operator for KBigDecimal.
Converts this KBigDecimal to a KBigInteger by discarding the fractional part.
Unary minus operator for KBigDecimal.
Unary plus operator for KBigDecimal (identity operation).