Searched refs:divisorIntvalue (Results 1 – 1 of 1) sorted by relevance
75 … BigInteger divisorIntvalue = divisor.scaleByPowerOfTen(divisor.scale()).toBigInteger().abs(); in anotherDivide() local78 BigInteger b_prime = divisorIntvalue.divide(dividendIntvalue.gcd(divisorIntvalue)); in anotherDivide()