The logarithm of gamma function.
y = gammaln(x)
:x real vector : :y real vector with same size. :
gammaln(x) evaluates the logarithm of gamma function at all the elements of x, avoiding underflow and overflow. x must be real.
gammaln(0.5)
Version Description 5.4.0 Overloading allowed for list, mlist, tlist and hypermatrix types. .. _gamma: gamma.html .. _dlgamma: dlgamma.html