diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-06-21 14:40:17 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-06-21 14:40:17 +0000 |
commit | aa24ce71e4db94334550b609132858ca3a2c02d2 (patch) | |
tree | 7e3c13d89d794c7b8aaacebc08310f59b4e7a597 | |
parent | cfb6c3cfd957b5432f23f5f1b7857c455c8045ff (diff) | |
download | mpfr-aa24ce71e4db94334550b609132858ca3a2c02d2.tar.gz |
removed work done
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@644 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | TODO | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -4,28 +4,6 @@ Configuration: Compatibility with MPF: -- write a mpfr2mpfr.h header file with macros for compatibility with MPF, for - example #define mpf_add(x,y,z) mpfr_add(x,y,z,GMP_RNDN) [GH] - -- implement missing functions for complete compatibility with MPF: -mpfr_abs -mpfr_add_ui -mpfr_ceil -mpfr_dump -mpfr_eq -mpfr_floor -mpfr_inp_str -mpfr_random2 -mpfr_reldiff -mpfr_set_prec_raw -mpfr_size -mpfr_sqrt_ui -mpfr_trunc -mpfr_ui_div -mpfr_ui_sub -mpfr_urandomb -mpfr_sgn - Changes in existing functions: - improve mpfr_exp, currently in O(sqrt(n)*M(n)), to use algorithms in |