- divisor
- value by which this is divided.
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 two element BigInteger array containing this / divisor at index 0 and this % divisor at index 1.