GAMMALN
Returns the natural logarithm of the gamma function, Ξ(x).
StatisticalStatistics & Analysis
What it does
Calculates the natural logarithm of the Gamma function.
Syntax
GAMMALN(x)
Arguments
x(number) β Value to calculate.
Examples
Ln Gamma
Calculate for 4.
FORMULA
=GAMMALN(4)
RESULT
1.79
SAMPLE DATA
| A | |
|---|---|
| 1 | Value |
| 2 | 4 |