- gcd(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the greatest common divisor of abs(this)
and abs(val)
.
- getLowestSetBit() - Method in class java.math.BigInteger
-
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the
right of the rightmost one bit).
- getNormalizationBias() - Method in class sun.misc.FDBigInteger
-
Retrieves the normalization bias of the FDBigIntger
.
- getPrecision() - Method in class java.math.MathContext
-
Returns the precision
setting.
- getRoundingMode() - Method in class java.math.MathContext
-
Returns the roundingMode setting.