<< Go back to all functions

GAMMALN

The GAMMALN function in Google Sheets returns the logarithm of a specified Gamma function, base e (Euler's number).

Function Syntax and Parameters

Syntax: GAMMALN(value)

Parameters:

  • value: The value for which the logarithm of the Gamma function needs to be calculated.

Step-by-Step Tutorial

  1. Using GAMMALN with a single value:
    • Example: =GAMMALN(5)
    • Result: The logarithm of the Gamma function for the value 5.

Use Cases and Scenarios

  1. Probability and Statistics: Evaluate the logarithm of the Gamma function in mathematical equations and statistical calculations.

Related Functions

None.

Related Articles

None.