- divisor
- value by which this is divided.
- mc
- math context which determines the maximal precision of the result.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if divisor == null. Java.Lang.ArithmeticException if divisor == 0.
Returns a BigDecimal array which contains the integral part of this / divisor at index 0 and the remainder this % divisor at index 1. The quotient is rounded down towards zero to the next integer. The rounding mode passed with the parameter mc is not considered. But if the precision of mc > 0 and the integral part requires more digits, then an ArithmeticException is thrown.