Returns the natural logarithm, base e (Euler's number), of a specified gamma function.
Sample Usage
GAMMALN(4)
GAMMALN(C5)
Syntax
GAMMALN(number)
- number - The input to the GAMMALN function.
Examples
GAMMALN(4) returns a value of 1.79175, the natural logarithm of the gamma function at 4.
GAMMALN(C5) returns the natural logarithm of the gamma function at the number in C5.