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 |
---|---|---|
|
protected Number |
absImpl(Number number) |
|
Number |
addImpl(Number left, Number right) |
|
int |
compareToImpl(Number left, Number right) |
|
Number |
divideImpl(Number left, Number right) |
|
Number |
multiplyImpl(Number left, Number right) |
|
Number |
subtractImpl(Number left, Number right) |
|
protected Number |
unaryMinusImpl(Number left) |
|
protected 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, rightShift, rightShiftImpl, rightShiftUnsigned, rightShiftUnsignedImpl, subtract, subtractImpl, toBigDecimal, toBigInteger, unaryMinus, unaryMinusImpl, unaryPlus, unaryPlusImpl, xor, xorImpl |