PolyGamma
PolyGamma(value)return the digamma function of the
value. The digamma function is defined as the logarithmic derivative of the gamma function.
PolyGamma(m, value)return the polygamma function of order
mof thevalue. The polygamma function of ordermis a meromorphic function on the complex numbers ℂ defined as the (m + 1)-th derivative of the logarithm of the gamma function.
See
Examples
>> PolyGamma(-1, 1)0Implementation status
- ☑ - partially implemented