Calculating log gamma
- From: jacob navia <jacob@xxxxxxxxxx>
- Date: Tue, 27 May 2008 20:53:03 +0200
Hi
I am trying to calculate the log of the gamma function.
I am using an algorithm that involves a quite big table
of Bernoulli numbers (71), and I can't get any better precision
than 128-129 decimal digits.
I am using a heavily modified cephes math library. I have
incresed precision to 132 bits, but I can't get to that precision
only with the lgamma function. Other functions (sin/cos/log
and many others) achieve 132 correct digits.
Where are good references for this problem? (Papers, programs,
and similar documentation)
I would like to try another approach.
Thanks in advance.
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
.
- Follow-Ups:
- Re: Calculating log gamma
- From: John Harper
- Re: Calculating log gamma
- Prev by Date: Re: Numerics: Visual C++ vs. g++
- Next by Date: Re: How to choose a numerical method?
- Previous by thread: How to choose a numerical method?
- Next by thread: Re: Calculating log gamma
- Index(es):
Relevant Pages
|