diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-03-17 02:08:03 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-03-17 02:08:03 +0000 |
commit | 0decb0905588732481e9b212e795a54c9cbe3b5d (patch) | |
tree | 02b9552f5632d1652e05cf07345b63406caea450 /BUGS | |
parent | d161f020573e5cdec1c3228fb72b8a66af6cc8c1 (diff) | |
download | mpfr-0decb0905588732481e9b212e795a54c9cbe3b5d.tar.gz |
Update concerning underflow problems.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2273 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,7 +24,9 @@ Probably many bugs. Known bugs: -* The overflows/underflows are not yet implemented in all functions. +* The overflows/underflows are not yet implemented in all functions, or + partially implemented. For instance, mpfr_pow (z, x, y, rnd) fails for + very small x and some values of y. * problem with tsqrt on ia64-hpux (problem is that variable a in check4 has a different value than in the call, may be a memory problem, since @@ -57,5 +59,3 @@ Potential bugs: * mpfr_hypot may fail for x very large, y very small and a very large target precision. - -* mpfr_pow fails on (1, 0.5). |