MutableBigInteger.divideOneWord

This method is used for division of an n word dividend by a one word divisor. The quotient is placed into quotient. The one word divisor is specified by divisor.

@return the remainder of the division is returned.

class MutableBigInteger
int
divideOneWord

Meta