Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java399 int rough_prec = p + digits_needed/2; in approximate() local
403 rough_prec = min_prec; in approximate()
405 BigInteger rough_appr = get_appr(rough_prec); in approximate()
407 trace("prev. prec = " + rough_prec + " appr = " + rough_appr); in approximate()
409 .shiftLeft(rough_prec - working_arg_prec); in approximate()
411 .shiftLeft(rough_prec - working_arg_prec); in approximate()