Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1471 BigInteger last_appr = get_appr(appr_prec); in approximate() local
1478 last_appr.multiply(last_appr).add(op_appr); in approximate()
1481 BigInteger shifted_result = scaled_numerator.divide(last_appr); in approximate()