Difference between revisions of "Documentation/How Tos/Calc: GAMMALN function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Robot: Automated text replacement %s)
Line 15: Line 15:
  
 
{{Documentation/SeeAlso|
 
{{Documentation/SeeAlso|
* [[Documentation/How_Tos/Calc: GAMMADIST function|GAMMADIST]],
+
* [[Documentation/How_Tos/Calc: GAMMADIST function|GAMMADIST]]
 
* [[Documentation/How_Tos/Calc: GAMMAINV function|GAMMAINV]]
 
* [[Documentation/How_Tos/Calc: GAMMAINV function|GAMMAINV]]
  

Revision as of 14:10, 26 February 2009


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.

Template:Documentation/SeeAlso

Issues:

  • The forthcoming international standard ODFF categorises this as a mathematical function, and includes a GAMMA function which Calc does not currently implement.
Personal tools