Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1520 int appr_prec = result_msd - appr_digits; in approximate() local
1521 int prod_prec = 2*appr_prec; in approximate()
1525 BigInteger last_appr = get_appr(appr_prec); in approximate()
1531 scale(prod_prec_scaled_numerator, appr_prec - p); in approximate()