| Contents | Index |
Y = gamma(X)
The gamma function is defined by the integral:
![]()
The gamma function interpolates the factorial function. For integer n:
gamma(n+1) = n! = prod(1:n)
Y = gamma(X) returns the gamma function at the elements of X. X must be real.
The computation of gamma is based on algorithms outlined in [1]. Several different minimax rational approximations are used depending upon the value of A.
[1] Cody, J., An Overview of Software Development for Special Functions, Lecture Notes in Mathematics, 506, Numerical Analysis Dundee, G. A. Watson (ed.), Springer Verlag, Berlin, 1976.
[2] Abramowitz, M. and I.A. Stegun, Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series #55, Dover Publications, 1965, sec. 6.5.
gammainc | gammaincinv | gammaln | psi

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |