Finds the quotient and remainder for the given dividend and divisor in one operation.
Parameters
dividend | the BigInt to divide |
divisor | the BigInt to divide the dividend by |
quotient | is set to the result of the division |
remainder | is set to the remainder of the division |