- max(BigInteger) - Method in class java.math.BigInteger
-
Returns the maximum of this BigInteger and val.
- min(BigInteger) - Method in class java.math.BigInteger
-
Returns the minimum of this BigInteger and val.
- 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).
- multiply(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this * val).