summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 21:52:21 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 21:52:21 +0000
commit0857b6032fcaeb59438d805f1a206053db7e0d08 (patch)
treef7ed2db38dfb94ba6733ac0beaf8949fa2f11a4d /BUGS
parentad78c8461fa3744138a3077b172d081448bc9199 (diff)
downloadmpfr-0857b6032fcaeb59438d805f1a206053db7e0d08.tar.gz
Completed the implementation of mpfr_fma (except in some corner cases
where overflows/underflows and huge precisions are involved at the same time). Added underflow tests. Removed item from the BUGS file (the remaining problems more or less correspond to the first item). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4597 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index 2b03fdf17..3ec44bf11 100644
--- a/BUGS
+++ b/BUGS
@@ -34,10 +34,6 @@ Known bugs:
bad practice and should be useless, but one never knows what other
software will do).
-* The mpfr_fma function behaves incorrectly if the multiplication overflows
- or underflows. The overflow case has been fixed except in some corner
- cases, where huge precisions are involved.
-
* Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
correctly in a reduced exponent range.