From 1d460b9d082cb27c458eaa40735414dfdca82198 Mon Sep 17 00:00:00 2001 From: enge Date: Wed, 31 Aug 2011 15:45:59 +0000 Subject: mul.c: corrected uncleared variable from previous commit mul.dat: test cases for overflow inside Karatsuba git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1057 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 5618ceb..bd2401d 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,8 @@ +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 +requires analysis of error propagation + From Andreas Enge 30 August 2011: move static tests from tdiv, tpow_fr, tadd_fr, tpow_z, ttan, tui_div to data files -- cgit v1.2.1