MutableBigInteger.divide

Undocumented in source. Be warned that the author may not have intended to support it.
  1. MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient)
  2. MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient, bool needRemainder)
  3. long divide(long v, MutableBigInteger quotient)

Meta