summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-03 08:08:50 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-03 08:08:50 +0000
commit1ea7c693ea4cb33e5361afed25fbedddbe9deb6c (patch)
tree64e932d72e39649d654119c2926ec72aa2d15395 /BUGS
parente778692687ff89cc60eee77c9037869358512231 (diff)
downloadmpfr-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--BUGS5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index 451a887c3..fa57a8ae2 100644
--- a/BUGS
+++ b/BUGS
@@ -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.