summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-13 09:07:20 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-13 09:07:20 +0000
commit1d715fa9b4d434a7c4f4d884958d196fd1056b01 (patch)
treeab2fbfbb477605b4018e4b3b40fe8222a96cc739 /TODO
parenta0c4eecc8979ae467c1e58bd90dfe1bd8236691b (diff)
downloadmpfr-1d715fa9b4d434a7c4f4d884958d196fd1056b01.tar.gz
About mpfr_lngamma/mpfr_lgamma: added mpfr_lgamma to TODO and updated
mpfr_lngamma description in mpfr.texi. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4214 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index c764bf96a..8277ce8ff 100644
--- a/TODO
+++ b/TODO
@@ -77,6 +77,10 @@ Changes in existing functions:
New functions to implement:
##############################################################################
+- function mpfr_lgamma, with the prototype
+ int mpfr_lgamma (mpfr_ptr, mpfr_srcptr, int *, 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,
mpfr_d_sub, mpfr_mul_d, mpfr_div_d, mpfr_d_div
[suggested by Keith Briggs, 3 Jan 2006]