summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-18 20:55:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-18 20:55:17 +0000
commit81424cf40eb5ffb5362464748aea22c0331e83de (patch)
tree5aa03f60d174a9b577b129784d3e4022c8a2125d /BUGS
parentbb17e420e4dcc53efa74f3c251f955e64de522f7 (diff)
downloadmpfr-81424cf40eb5ffb5362464748aea22c0331e83de.tar.gz
Added a mpfr_erfc test that shows a bug and updated BUGS file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4231 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index e24206d72..3da87cbe3 100644
--- a/BUGS
+++ b/BUGS
@@ -24,6 +24,8 @@ 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