rem
Returns a BigInteger whose value is (this rem m). This method differs from remainder in that it always returns a non-negative BigInteger.
Return
this rem m
Parameters
modulus
the modulus.
See also
.remainder
Returns a BigInteger whose value is (this rem m). This method differs from remainder in that it always returns a non-negative BigInteger.
this rem m
the modulus.
.remainder