Assumptions:
TeX:
\log \Gamma(z) = \zeta'\!\left(0, z\right) + \frac{\log\!\left(2 \pi\right)}{2}
z \in \mathbb{C} \setminus \{0, -1, \ldots\}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| LogGamma | Logarithmic gamma function | |
| HurwitzZeta | Hurwitz zeta function | |
| Log | Natural logarithm | |
| Pi | The constant pi (3.14...) | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("f3b870"),
Formula(Equal(LogGamma(z), Add(HurwitzZeta(0, z, 1), Div(Log(Mul(2, Pi)), 2)))),
Variables(z),
Assumptions(Element(z, SetMinus(CC, ZZLessEqual(0)))))