Home
last modified time | relevance | path

Searched refs:x_nth (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java1349 BigInteger x_nth = scale(op_appr, op_prec - calc_precision); in approximate() local
1350 BigInteger current_term = x_nth; // x**n in approximate()
1360 x_nth = scale(x_nth.multiply(op_appr), op_prec); in approximate()
1361 current_term = x_nth.divide(BigInteger.valueOf(n * current_sign)); in approximate()