Returns an array of two BigIntegers containing (this / val)
followed by (this % val)
.
val | value by which this BigInteger is to be divided, and the remainder computed. |
(this / val)
is the initial element, and the remainder (this % val)
is the final element.
ArithmeticException | if val is zero. |
Diagram: BigInteger, BigDecimal