Fungrim home page

Fungrim entry: b510b6

Γ(z)=πsin ⁣(πz)1Γ ⁣(1z)\Gamma(z) = \frac{\pi}{\sin\!\left(\pi z\right)} \frac{1}{\Gamma\!\left(1 - z\right)}
Assumptions:zCZz \in \mathbb{C} \setminus \mathbb{Z}
TeX:
\Gamma(z) = \frac{\pi}{\sin\!\left(\pi z\right)} \frac{1}{\Gamma\!\left(1 - z\right)}

z \in \mathbb{C} \setminus \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
GammaΓ(z)\Gamma(z) Gamma function
Piπ\pi The constant pi (3.14...)
Sinsin(z)\sin(z) Sine
CCC\mathbb{C} Complex numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("b510b6"),
    Formula(Equal(Gamma(z), Mul(Div(Pi, Sin(Mul(Pi, z))), Div(1, Gamma(Sub(1, z)))))),
    Variables(z),
    Assumptions(Element(z, SetMinus(CC, ZZ))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC