Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1412 BigInteger max_last_term = in approximate() local
1421 while (current_term.abs().compareTo(max_last_term) >= 0) { in approximate()