Assumptions:
TeX:
\psi\!\left(z\right) = \log(z) + \int_{0}^{\infty} {e}^{-z t} \left(\frac{1}{t} - \frac{1}{1 - {e}^{-t}}\right) \, dt z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DigammaFunction | Digamma function | |
Log | Natural logarithm | |
Integral | Integral | |
Exp | Exponential function | |
Infinity | Positive infinity | |
CC | Complex numbers | |
Re | Real part |
Source code for this entry:
Entry(ID("cfb999"), Formula(Equal(DigammaFunction(z), Add(Log(z), Integral(Mul(Exp(Neg(Mul(z, t))), Parentheses(Sub(Div(1, t), Div(1, Sub(1, Exp(Neg(t))))))), For(t, 0, Infinity))))), Variables(z), Assumptions(And(Element(z, CC), Greater(Re(z), 0))))