public final class BigDecimalMath extends NumberMath
BigDecimal NumberMath operations
| Modifiers | Name | Description | 
|---|---|---|
| static int | DIVISION_EXTRA_PRECISION | |
| static int | DIVISION_MIN_SCALE | |
| static BigDecimalMath | INSTANCE | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public Number | absImpl(Number number) | 
|  | public Number | addImpl(Number left, Number right) | 
|  | public int | compareToImpl(Number left, Number right) | 
|  | public Number | divideImpl(Number left, Number right) | 
|  | public Number | modImpl(Number self, Number divisor) | 
|  | public Number | multiplyImpl(Number left, Number right) | 
|  | public Number | remainderImpl(Number left, Number right) | 
|  | public Number | subtractImpl(Number left, Number right) | 
|  | public Number | unaryMinusImpl(Number left) | 
|  | public Number | unaryPlusImpl(Number left) | 
| Methods inherited from class | Name | 
|---|---|
| class NumberMath | abs, absImpl, add, addImpl, and, andImpl, bitwiseNegate, bitwiseNegateImpl, compareTo, compareToImpl, createUnsupportedException, divide, divideImpl, getMath, intdiv, intdivImpl, isBigDecimal, isBigInteger, isByte, isFloatingPoint, isInteger, isLong, isShort, leftShift, leftShiftImpl, mod, modImpl, multiply, multiplyImpl, or, orImpl, remainder, remainderImpl, rightShift, rightShiftImpl, rightShiftUnsigned, rightShiftUnsignedImpl, subtract, subtractImpl, toBigDecimal, toBigInteger, unaryMinus, unaryMinusImpl, unaryPlus, unaryPlusImpl, xor, xorImpl |