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
- Using
GAMMALNwith a single value:- Example:
=GAMMALN(5) - Result: The logarithm of the Gamma function for the value 5.
- Example:
Use Cases and Scenarios
- Probability and Statistics: Evaluate the logarithm of the Gamma function in mathematical equations and statistical calculations.
Related Functions
None.
Related Articles
None.