summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-05-17 23:20:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-05-17 23:20:38 +0000
commitbf2305aea14ffb3fb59533f9ccf6f53949882c57 (patch)
tree733da11a141476959604d40717d5b8d7e7d5520a /TODO
parent3a5c7c69ada0ef6aa69355c9a3c981c85b5e2f00 (diff)
downloadmpfr-bf2305aea14ffb3fb59533f9ccf6f53949882c57.tar.gz
TODO: added a note about the change 4049 in div.c.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4075 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7a4e8e0d3..394483bfc 100644
--- a/TODO
+++ b/TODO
@@ -313,6 +313,11 @@ Miscellaneous:
division by zero exception shall be signaled if the divisor is
zero and the dividend is a finite nonzero number."
+- in div.c, try to find a case for which cy != 0 after the line
+ cy = mpn_sub_1 (sp + k, sp + k, qsize, cy);
+ (which should be added to the tests) or prove that this cannot
+ happen.
+
##############################################################################
Portability:
##############################################################################