summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-08-16 14:47:22 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-08-16 14:47:22 +0000
commita5ef1f208bc9e2266340599abfbe58aa74315fc6 (patch)
tree9b2e5248533b6af12172e2d77ca2f67be3fdee76 /TODO
parentffa0c00e9ab18ffa14aaa0b0a2b8d782c08c021b (diff)
downloadmpfr-a5ef1f208bc9e2266340599abfbe58aa74315fc6.tar.gz
updated (done autoconf, faster mpfr_exp, sin/cos)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@729 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/TODO b/TODO
index 012add4a5..a604b164d 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,5 @@
-Configuration:
-
-- use autoconf [GH]
-
-Compatibility with MPF:
-
-Changes in existing functions:
-
-- improve mpfr_exp, currently in O(sqrt(n)*M(n)), to use algorithms in
- O(n^(1/3)*M(n)) or even O(M(n)*log(n)) [PZ]
-
New functions to implement:
-- mpfr_sin, mpfr_cos
-
- mpfr_mul_mpz, mpfr_div_mpz
Miscellaneous: