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