Google Sheets
GAMMALN.PRECISE function in Google Sheets
See
=GAMMALN.PRECISE(value)GAMMALN.PRECISE syntax and parameters
One argument, one required.
- valuenumberRequired
The input to the Gamma function. The natural logarithm of Gamma (value) will be returned. value must be positive.
GAMMALN.PRECISE examples
Formulas you'll actually reuse.
ln Γ(x) for x = 6:
=GAMMALN.PRECISE(B2)Result
4.7875A huge binomial coefficient without overflow — log space, then EXP:
=EXP(GAMMALN.PRECISE(B2 + 1) - GAMMALN.PRECISE(C2 + 1) - GAMMALN.PRECISE(B2 - C2 + 1))Result
13983816
GAMMALN.PRECISE in Excel
Same name — your formula ports as-is.
Try GAMMALN.PRECISE in the playground
Edit the example — nothing to install.
Preloaded with the GAMMALN.PRECISE formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel