- makeImmutable() - Method in class sun.misc.FDBigInteger
-
Makes this FDBigInteger immutable.
- MathContext - Class in java.math
-
Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such
as those implemented by the
BigDecimal class.
- MathContext(int) - Constructor for class java.math.MathContext
-
Constructs a new
MathContext with the specified precision and the
HALF_UP
rounding mode.
- MathContext(int, RoundingMode) - Constructor for class java.math.MathContext
-
Constructs a new MathContext with a specified precision and rounding mode.
- MathContext(String) - Constructor for class java.math.MathContext
-
Constructs a new MathContext from a string.
- max(BigDecimal) - Method in class java.math.BigDecimal
-
Returns the maximum of this BigDecimal and val.
- max(BigInteger) - Method in class java.math.BigInteger
-
Returns the maximum of this BigInteger and val.
- MAX_EXPONENT - Static variable in class sun.misc.DoubleConsts
-
Maximum exponent a finite double number may have.
- MAX_EXPONENT - Static variable in class sun.misc.FloatConsts
-
Maximum exponent a finite float number may have.
- MAX_VALUE - Static variable in class sun.misc.DoubleConsts
-
- MAX_VALUE - Static variable in class sun.misc.FloatConsts
-
- min(BigDecimal) - Method in class java.math.BigDecimal
-
Returns the minimum of this BigDecimal and val.
- min(BigInteger) - Method in class java.math.BigInteger
-
Returns the minimum of this BigInteger and val.
- MIN_EXPONENT - Static variable in class sun.misc.DoubleConsts
-
Minimum exponent a normalized double number may have.
- MIN_EXPONENT - Static variable in class sun.misc.FloatConsts
-
Minimum exponent a normalized float number may have.
- MIN_NORMAL - Static variable in class sun.misc.DoubleConsts
-
A constant holding the smallest positive normal value of type double, 2-1022.
- MIN_NORMAL - Static variable in class sun.misc.FloatConsts
-
A constant holding the smallest positive normal value of type float, 2-126.
- MIN_SUB_EXPONENT - Static variable in class sun.misc.DoubleConsts
-
The exponent the smallest positive double subnormal value would have if it could be normalized.
- MIN_SUB_EXPONENT - Static variable in class sun.misc.FloatConsts
-
The exponent the smallest positive float subnormal value would have if it could be normalized.
- MIN_VALUE - Static variable in class sun.misc.DoubleConsts
-
- MIN_VALUE - Static variable in class sun.misc.FloatConsts
-
- mod(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this mod m).
- modInverse(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this-1 mod m).
- modPow(BigInteger, BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (thisexponent mod m).
- movePointLeft(int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the
left.
- movePointRight(int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the
right.
- multBy10() - Method in class sun.misc.FDBigInteger
-
Multiplies this FDBigInteger by 10.
- multByPow52(int, int) - Method in class sun.misc.FDBigInteger
-
Multiplies this FDBigInteger by 5p5 * 2p2.
- multiply(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this ×
multiplicand), and whose scale is (this.scale() +
multiplicand.scale()).
- multiply(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this ×
multiplicand), with rounding according to the context settings.
- multiply(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this * val).