summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 09:34:20 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 09:34:20 +0000
commit26d2d8b13d1b199493f45e63b27aa084f4cfa09c (patch)
treea0999fc60116e5cec26da069aba7b0d7a780f8f5 /TODO
parentb6bc7d0380fefd056311700d9eafa589e81bc44a (diff)
downloadmpc-26d2d8b13d1b199493f45e63b27aa084f4cfa09c.tar.gz
mpc.texi: corrected documentation of return value for divisions
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1070 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6f3f67e..a161112 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,7 @@ 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
+Also for mpc_norm and mpc_abs.
From Andreas Enge 31 August 2011:
implement mul_karatsuba with three multiplications at precision around p,