Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V X Z 

P

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.
A B C D E F G H I J L M N O P Q R S T U V X Z 
Skip navigation links