- NaN - Static variable in class sun.misc.DoubleConsts
-
- NaN - Static variable in class sun.misc.FloatConsts
-
- negate() - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (-this)
, and whose scale is this.scale()
.
- negate(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (-this)
, with rounding according to the context settings.
- negate() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (-this)
.
- NEGATIVE_INFINITY - Static variable in class sun.misc.DoubleConsts
-
- NEGATIVE_INFINITY - Static variable in class sun.misc.FloatConsts
-
- not() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (~this)
.