Command Reference
:
Function Reference
:
Function Reference: G
@gammalog
Element Functions
Natural logarithm of the gamma function.
Syntax:
@gammalog
(
x)
x:
number
Return: number
for
.
Examples
= @gammalog(3)
returns 0.69314....
Cross-references
See also
@digamma
and
@trigamma
.