divBy 196 core/BigInteger.h BigInteger* divBy(const BigInteger* divisor, BigInteger* divResult); divBy 1773 core/MathUtils.cpp r.divBy(&s, &bigQuotient); // r = r %s, bigQuotient = r / s.