MutableBigInteger.divide

Internally used to calculate the quotient of this div v and places the quotient in the provided MutableBigInteger object and the remainder is returned.

@return the remainder of the division will be returned.

Meta