PolyGamma
Revision as of 22:51, 20 March 2024 by Lchrisman (talk | contribs) (Created page with "category:Math Functions ''New to Analytica 6.5' == PolyGamma( n, z ) == The [https://en.wikipedia.org/wiki/Polygamma_function PolyGamma function] is an advanced mat...")
New to Analytica 6.5'
PolyGamma( n, z )
The PolyGamma function is an advanced mathematical function defined as a n'th derivative of the LGamma function. The parameter «n» is a non-negative integer, and «z» is real. The PolyGamma function is a complex function in general, but Analytica's implementation supports real values only. The full function is real-valued when z>=0 is real or when z<0 but is non-integer.
A few special cases have their own names:
PolyGamma(0,z)
is known as the digamma function.PolyGamma(1,z)
is known as the trigamma function.
See Also
- LGamma
- GammaFn
- PolyGamma function] on Wikipedia.
Comments
Enable comment auto-refresher