summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-25 18:49:23 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-25 18:49:23 +0000
commitac5cc0bbc325dc44f245e1a65efb0379ce225dc7 (patch)
treeecc71f212d7e15dde04ecad6000f995e6e6d49bc /TODO
parentdcefbd63fd2bff4e57f232ca03027b73d281874d (diff)
downloadmpc-ac5cc0bbc325dc44f245e1a65efb0379ce225dc7.tar.gz
added feature requests and changes
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@207 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9ba8a0d..885b8de 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,19 @@ Efficiency:
Once mpc_sin_cos exists, improve mpc_tan to use it
New functions to implement:
+- from Mickael Gastineau 25 September 2008:
+ MPFR_VERSION_MAJOR, MPFR_VERSION_MINOR, MPFR_VERSION_PATCHLEVEL
+ in mpc.h as for mpfr
+ Can we get this from the central version number in
+ configure.ac?
+- from Rob <sisyphus1@optusnet.com.au> 25 September 2008:
+ all combinations of mpc_set_x_y and mpc_init_set_x_y
+ with x, y in fr, d, ui, si
+ suggested compromise: at least unify set and init_set
+- 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: