summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-02 22:57:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-02 22:57:16 +0000
commit3be030e39e8be3d93c2840326113eade60f5348c (patch)
tree799d7f490b6a365cc192b2d1123cb0f901dc6887
parent3240cf2db845490d8ede711a0e41bebfd29d90e0 (diff)
downloadmpfr-3be030e39e8be3d93c2840326113eade60f5348c.tar.gz
Mention the mpfr_hypot bug.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3512 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index fa57a8ae2..451a887c3 100644
--- a/BUGS
+++ b/BUGS
@@ -24,6 +24,11 @@ Probably many bugs.
Known bugs:
+* mpfr_hypot: infinite loop when x is very large (x^2 yields an
+ overflow), y is small enough, and MPFR_PREC(x) > MPFR_PREC(z).
+ See test_large_small in tests/thypot.c (this test is disabled
+ by default).
+
* The overflows/underflows are partially implemented in some functions.
For instance, mpfr_pow (z, x, y, rnd) fails for very small x and some
values of y.