diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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: |