TRUECALC
Functions

GAMMALN.PRECISE

Natural logarithm of the gamma function (precise)

Try it

When to use it

What is the difference between GAMMALN and GAMMALN.PRECISE?

GAMMALN.PRECISE is the ISO-standard alias of GAMMALN; both return the natural logarithm of the gamma function. Use GAMMALN.PRECISE for compatibility with Excel files that use the precise variant.

Used in

science

Syntax

GAMMALN.PRECISE(x)

Examples

=GAMMALN.PRECISE(4) // => 1.791759469228055
=GAMMALN.PRECISE(1) // => 0
=GAMMALN.PRECISE(0.5) // => 0.5723649429247

On this page