- 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 if this is not relatively prime to m
Returns a BigInteger whose value is 1/this mod m. The modulus m must be positive. The result is guaranteed to be in the interval [0, m) (0 inclusive, m exclusive). If this is not relatively prime to m, then an exception is thrown.