Related Topics: | ||
Description: Returns the natural logarithm of the gamma function, G(x).
Syntax: GAMMALN(x)
x is the value for which you want to calculate GAMMALN.
Remarks:
x must be a number.
x must be greater than 0.
The number e^GAMMALN(i), where i is an integer, returns the same result as (i - 1)!
GAMMALN is calculated as follows:
where:
Example:
GAMMALN(4) = 1.791759
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.