diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-05-02 22:57:16 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-05-02 22:57:16 +0000 |
commit | 3be030e39e8be3d93c2840326113eade60f5348c (patch) | |
tree | 799d7f490b6a365cc192b2d1123cb0f901dc6887 /BUGS | |
parent | 3240cf2db845490d8ede711a0e41bebfd29d90e0 (diff) | |
download | mpfr-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
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |