diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-05-03 08:08:50 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-05-03 08:08:50 +0000 |
commit | 1ea7c693ea4cb33e5361afed25fbedddbe9deb6c (patch) | |
tree | 64e932d72e39649d654119c2926ec72aa2d15395 /BUGS | |
parent | e778692687ff89cc60eee77c9037869358512231 (diff) | |
download | mpfr-1ea7c693ea4cb33e5361afed25fbedddbe9deb6c.tar.gz |
Fixed the mpfr_hypot bug, and re-enabled the test_large_small test.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3515 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -24,11 +24,6 @@ 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. |