Command Reference
:
Function Reference
:
Function Reference: T
@trigamma
Element Functions
Second derivative of the natural log gamma function.
Syntax:
@trigamma
(
x)
x:
number
Return: number
for
.
Examples
= @trigamma(0.5)
returns 4.93480... (equivalent to
).
Cross-references
See also
@gammalog
and
@digamma
.