summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-19 09:28:35 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-19 09:28:35 +0000
commitec9013f27f98d800ea052b1aac0950370a509e51 (patch)
treea4cf96f2e324cfb2dc35b10cc1a68b3f185b55a6 /BUGS
parentd3fa13f7610991de0fb820848368157c8be13a13 (diff)
downloadmpfr-ec9013f27f98d800ea052b1aac0950370a509e51.tar.gz
fixed bug in erfc (forgot to compare result of cmp_si)
fixed infinite loop in eint (test for use of asympt was not tight enough) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4233 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index 3da87cbe3..e24206d72 100644
--- a/BUGS
+++ b/BUGS
@@ -24,8 +24,6 @@ Probably many bugs.
Known bugs:
-* The mpfr_erfc function is buggy (its test currently fails).
-
* The overflow/underflow exceptions may be badly handled in some functions;
specially when the intermediary internal results have exponent which
exceeds the hardware limit (2^30 for a 32 bits CPU, and 2^62 for a 64 bits