Computes the natural log of the gamma function.
lngamma
x = { 4, 8 }; y = lngamma(x);
y = 1.7917595 8.5251614
The relation between lngamma() and lnfact() is:
lngamma()
lnfact()
lngamma(x) = lnfact(x - 1);
See also
Functions gamma(), lnfact()
gamma()