GAMMALN function
From Apache OpenOffice Wiki
< Documentation | How Tos
Spreadsheet Lookup functions
Measures of dispersion / spread
Probability and statistics
Correlation and line fitting
See also (in the Arrays Functions category); GROWTH, LINEST, LOGEST, TREND
Ranking
GAMMALN
Returns the natural logarithm of the gamma function.
Syntax:
GAMMALN(x)
- returns the natural logarithm of Γ(x), the gamma function.
- x must be greater than 0.
Example:
GAMMALN(4)
- returns approximately 1.79.
Issues:
- The international standard ODFF categorizes this as a mathematical function, and includes a GAMMA function.
See Also