divideAndRemainder

Returns both quotient and remainder in a single operation. More efficient than calling divide() and mod() separately.