summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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: