summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-14 14:26:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-14 14:26:02 +0000
commitb04dfe4232683ec260e869ff63679a6ca7811f6b (patch)
tree1b0f2fe7765c2cc69558b57c5577a0a741e490d3 /TODO
parent1d715fa9b4d434a7c4f4d884958d196fd1056b01 (diff)
downloadmpfr-b04dfe4232683ec260e869ff63679a6ca7811f6b.tar.gz
TODO: slight change in the proposed mpfr_lgamma prototype (arg order).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4215 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8277ce8ff..f2d2f17a3 100644
--- a/TODO
+++ b/TODO
@@ -78,7 +78,7 @@ New functions to implement:
##############################################################################
- function mpfr_lgamma, with the prototype
- int mpfr_lgamma (mpfr_ptr, mpfr_srcptr, int *, mpfr_rnd_t)
+ int mpfr_lgamma (mpfr_ptr, int *, mpfr_srcptr, mpfr_rnd_t)
that also returns the value of signgam; see thread
http://sympa.loria.fr/wwsympa/arc/mpfr/2006-10/msg00029.html
- functions operating on mpfr_t and double: mpfr_add_d, mpfr_sub_d,