summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-02-22 10:23:13 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-02-22 10:23:13 +0000
commitc708bcacdaffc275f14ac2438969210a682e8ea1 (patch)
tree33ef0b27ef1ca9ff1d2b655791f5d0f97f29e81b /TODO
parent1f57bec4944f2a8c94918e65a8bca6ea1ebfa44a (diff)
downloadmpfr-c708bcacdaffc275f14ac2438969210a682e8ea1.tar.gz
[TODO] added comment
[doc/README.dev] added environment variables git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8027 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index fb64255f1..6c0996dbd 100644
--- a/TODO
+++ b/TODO
@@ -112,7 +112,10 @@ Table of contents:
and the references herein.
JBessel(n, x) = BesselJ(n+1/2, x)
IncompleteGamma [also wanted by <keith.briggs@bt.com> 4 Feb 2008: Gamma(a,x),
- gamma(a,x), P(a,x), Q(a,x); see A&S 6.5, ref. [Smith01] in algorithms.bib]
+ gamma(a,x), P(a,x), Q(a,x); see A&S 6.5, ref. [Smith01] in algorithms.bib.
+ Also asked by Christophe Dutang on 13 Jan 2012]
+ Gamma(s,x) = x^s*exp(-x)*sum(x^k/s/(s+1)/.../(s+k), k=0..infinity)
+ = sum((-1)^k*x^(s+k)/k!/(s+k), k=0..infinity)
KBessel, KBessel2 [2nd kind]
JacobiTheta
LogIntegral