Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java532 BigInteger new_guess = guess.add(tweak); in approximate() local
533 if (new_guess.compareTo(h) >= 0) { in approximate()
536 guess = new_guess; in approximate()