Returns a BigInteger whose value is (this mod m
). This method
differs from remainder
in that it always returns a
non-negative BigInteger.
m | the modulus. |
this mod m
ArithmeticException | m ≤ 0 |
remainder
Diagram: BigInteger, BigDecimal