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
See also
.remainder
Parameters
m
the modulus.
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
.remainder
the modulus.