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.java1267 BigInteger max_trunc_error = in approximate() local
1269 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()
1307 BigInteger max_trunc_error = in approximate() local
1312 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()
1357 BigInteger max_trunc_error = in approximate() local
1359 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()
1401 BigInteger max_trunc_error = in approximate() local
1403 while (current_term.abs().compareTo(max_trunc_error) >= 0) { in approximate()