Hello all,
Is there a function in C to compute the natural logarithm of a factorial, say, log(factorial(646))?
In most statistical packages, such as R, the factorial can be computed up to 177 (e.g. factorial(177) or so. But for statistical purposes, all formulae can be worked in the logarithm scale. As a result, these packages compute very large lnfactorials, such as lnfactorial(854511124).
I will be really grateful for any tips.
[it is important to note that I do not need approximations, since the lnfactorials will be used to compute statistical estimates that need to be extremely precise up to the 7th decimal place).
Cheers!
Tiago



LinkBack URL
About LinkBacks



