summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-29 14:17:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-29 14:17:18 +0000
commit2686b6dc228355b7ded054d16f9ea5bf55e5f369 (patch)
treedeef794ad031063f0f07b0909c70445128b798be /TODO
parent2736d495e152a902c850dd8bc1e7aa2fbd4c7e2b (diff)
downloadmpfr-2686b6dc228355b7ded054d16f9ea5bf55e5f369.tar.gz
TODO: added "test underflow/overflow detection...".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5458 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index a9568b2e2..55e826136 100644
--- a/TODO
+++ b/TODO
@@ -378,6 +378,10 @@ Table of contents:
and add a typedef either to mp_exp_t (default) or to int (when this
option is enabled).
+- test underflow/overflow detection of various functions (in particular
+ mpfr_exp) in reduced exponent ranges, including ranges that do not
+ contain 0.
+
##############################################################################
7. Portability