GAMMALN function
GAMMALN(number) GAMMALN(number)
number
Number or { Number }
The value for which the natural logarithm should be calculated.
Returns
Number or { Number }
The natural logarithm of the gamma function.
Returns the natural logarithm of the gamma function.
Example
GAMMALN(4)GAMMALN(4)
Returns roughly 1.79.