summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 16:55:43 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 16:55:43 +0000
commit5a5635b748a62c8a4cc623a44ec6a946609a17e6 (patch)
tree987a4c4a21cca88e33a96e3e81e1474419d07150 /TODO
parentec4abbab5bfd18c3b1a1a642499873384d7da336 (diff)
downloadmpc-5a5635b748a62c8a4cc623a44ec6a946609a17e6.tar.gz
div.c: implemented return value
div.dat: updated accordingly git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1075 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 9896e4e..1809a6d 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,3 @@
-From Paul Zimmermann 1st September 2011:
-return the exact ternary value in mpc_div:
-- for directed rounding modes it is easy (assuming we are able to detect
- exact cases)
-- rounding to nearest to n bits is equivalent to directed rounding to n+1 bits
-
From Andreas Enge 31 August 2011:
implement mul_karatsuba with three multiplications at precision around p,
instead of two at precision 2*p and one at precision p