Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java553 BigInteger new_difference = h.subtract(l); in approximate() local
555 if (new_difference.compareTo(difference in approximate()
562 difference = new_difference; in approximate()