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

M

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