- m
- the modulus.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if m == null. Java.Lang.ArithmeticException if m .
Returns a BigInteger whose value is this mod m. The modulus m must be positive. The result is guaranteed to be in the interval [0, m) (0 inclusive, m exclusive). The behavior of this function is not equivalent to the behavior of the % operator defined for the built-in int's.