summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-17 09:37:11 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-17 09:37:11 +0000
commit9f3ad40af4635784c0fec511b54edf8eb5915388 (patch)
treea871f407b4a85855eb44dc899aa0ff467cf9fea8
parent89255240a4c2ad3e6daea7925d47ec56c421ca30 (diff)
downloadmpc-9f3ad40af4635784c0fec511b54edf8eb5915388.tar.gz
TODO: removed done items
NEWS: some caps git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@320 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--NEWS6
-rw-r--r--TODO5
2 files changed, 3 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index b6c4a98..ff88040 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,10 @@ Recent changes:
- version number: MPC_VERSION_MAJOR, MPC_VERSION_MINOR,
MPC_VERSION_PATCHLEVEL, MPC_VERSION_STRING
- reference to number parts: mpc_realref and mpc_imagref
- - configure checks on recent mpfr library (version >= 4.2)
- - new configure options: --with-gmp-lib, --with-gmp-include,
+ - Configure checks on recent mpfr library (version >= 4.2)
+ - New configure options: --with-gmp-lib, --with-gmp-include,
--with-mpfr-lib, and --with-mpfr-include
- - export declarations for MSWindows, makefile.vc updated (thanks to Mickael
+ - Export declarations for MSWindows, makefile.vc updated (thanks to Mickael
Gastineau)
- Test framework rewritten
- Optimisations:
diff --git a/TODO b/TODO
index 3126f25..bcf1178 100644
--- a/TODO
+++ b/TODO
@@ -3,10 +3,6 @@ Efficiency:
Once mpc_sin_cos exists, improve mpc_tan to use it
New functions to implement:
-- from Philippe Théveny 25 September 2008:
- mpc_get_real/mpc_get_imag for copying the real and
- imaginary part, and mpc_realref/mpc_imagref for returning
- pointers to them (MPC_RE and MPC_IM already do the job)
- from Andreas Enge 16 September 2008:
mpc_sin_cos; needs mpfr_sinh_cosh
- from Mickael Gastineau <gastineau@imcce.fr> 14 Apr 2008:
@@ -23,7 +19,6 @@ New functions to implement:
- from Andreas Enge and Philippe Théveny 9 April 2008
work plan for completing functionality
1) inverse trigonometric functions
- 2) cproj at any moment (relatively easy)
- from Andreas Enge and Philippe Théveny 17 July 2008
agm (and complex logarithm with agm ?)