logfactorial returns the logarithm of the factorial
Factorials grow very quickly and results exceed the limits of computer floating point arithmetic already for 200! It is therefore more convenient to work with the logarithms of factorials. would do the work but it is too slow to iterate the various log computations. There are alternatives to this naive approach. The first is to express the factorial in terms of the gamma function: n! = \Gamma(n+1). The second is to use Stirling's approximation: log \Gamma(n) \approx (n – 1/2) \log(n) – n + (1/2) log(2 \pi) + 1/(12 n) – 1/(360 n^3) + 1/(1260 n^5) – \ldots which uses Bernoulli's numbers.
Li, Y.C. (2006), A note on an identity of the gamma function and Stirling formula, "Real Analysis Exchange", Vol. 32 (1), pp.267–271.
Andy Huang (2024). Log Factorial of Large Positive Numbers (https://www.mathworks.com/matlabcentral/fileexchange 33687-log-factorial-of-large-positive-numbers), MATLAB Central File Exchange. Retrieved April 3, 2024.
![]() |
function-alpha.html |
function-cate.html |
![]() |
![]() |
Functions |
![]() |
• The developers of the toolbox • The forward search group • Terms of Use • Acknowledgments