- plus() - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (+this)
, and whose scale is this.scale()
.
- plus(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (+this)
, with rounding according to the context settings.
- POSITIVE_INFINITY - Static variable in class sun.misc.DoubleConsts
-
- POSITIVE_INFINITY - Static variable in class sun.misc.FloatConsts
-
- pow(int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (thisn), The power is computed exactly, to
unlimited precision.
- pow(int, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (thisn).
- pow(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (thisexponent).
- precision() - Method in class java.math.BigDecimal
-
Returns the precision of this BigDecimal
.