Assumptions:
TeX:
\Gamma(z) = \sqrt{2 \pi} \exp\!\left(\zeta'\!\left(0, z\right)\right)
z \in \mathbb{C} \setminus \{0, -1, \ldots\}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Gamma | Gamma function | |
| Sqrt | Principal square root | |
| Pi | The constant pi (3.14...) | |
| Exp | Exponential function | |
| HurwitzZeta | Hurwitz zeta function | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("53026a"),
Formula(Equal(Gamma(z), Mul(Sqrt(Mul(2, Pi)), Exp(HurwitzZeta(0, z, 1))))),
Variables(z),
Assumptions(Element(z, SetMinus(CC, ZZLessEqual(0)))))