FloatingPoint (Double and Float) NumberMath operations
Modifiers | Name | Description |
---|---|---|
static FloatingPointMath |
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) |
|
protected Number |
modImpl(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, isFloatingPoint, isInteger, isLong, leftShift, leftShiftImpl, mod, modImpl, multiply, multiplyImpl, or, orImpl, rightShift, rightShiftImpl, rightShiftUnsigned, rightShiftUnsignedImpl, subtract, subtractImpl, toBigDecimal, toBigInteger, unaryMinus, unaryMinusImpl, unaryPlus, unaryPlusImpl, xor, xorImpl |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |