Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java379 BigInteger high_appr = high[0].get_appr(working_arg_prec) in approximate() local
385 h = high_appr; in approximate()
412 if (h.compareTo(high_appr) > 0) { in approximate()
413 h = high_appr; in approximate()