Assumptions:
TeX:
\psi\!\left(z\right) = \frac{d}{d z}\, \left[\log \Gamma(z)\right]
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \{0, -1, \ldots\}Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| DigammaFunction | Digamma function | |
| ComplexBranchDerivative | Complex derivative, allowing branch cuts | |
| LogGamma | Logarithmic gamma function | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n | 
Source code for this entry:
Entry(ID("4b6ccb"),
    Formula(Equal(DigammaFunction(z), ComplexBranchDerivative(Brackets(LogGamma(z)), For(z, z)))),
    Variables(z),
    Assumptions(And(Element(z, CC), NotElement(z, ZZLessEqual(0)))))