GAMMALN.PRECISE(x)
=GAMMALN.PRECISE(4)
The GAMMALN.PRECISE function can be used to calculate the natural logarithm of the gamma function at a specified value, and will return the natural logarithm of the gamma function at 4.
=GAMMALN.PRECISE(2.718281828)
The GAMMALN.PRECISE function can be used to calculate the natural logarithm of a mathematical constant. For example, this will return the natural logarithm of the mathematical constant e (2.718281828).
=GAMMALN.PRECISE(5!)
The GAMMALN.PRECISE function can be used to calculate the natural logarithm of a factorial. For example, this will return the natural logarithm of the factorial of 5 (120).
=GAMMALN.PRECISE(10^3)
The GAMMALN.PRECISE function can be used to calculate the natural logarithm of a number raised to a power. This example will return the natural logarithm of 10 raised to the power of 3 (1000).
The GAMMALN.PRECISE function calculates the natural logarithm of the gamma function, taking x as its required argument. It is used to calculate the gamma function for a given value of x.