Home | History | Annotate | Download | only in creals

Lines Matching full:divisor

559           BigInteger divisor = BigInteger.valueOf(radix).pow(fraction.length());
560 return CR.valueOf(scaled_result).divide(CR.valueOf(divisor));
1270 BigInteger divisor = BigInteger.valueOf(-n)
1272 current_term = current_term.divide(divisor);
1436 BigInteger divisor = BigInteger.valueOf(exp - 1);
1437 current_factor = current_factor.divide(divisor);