Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1219 BigInteger max_trunc_error = in approximate() local
1221 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()
1259 BigInteger max_trunc_error = in approximate() local
1264 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()
1309 BigInteger max_trunc_error = in approximate() local
1311 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()
1354 BigInteger max_trunc_error = in approximate() local
1356 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()