Assumptions:
TeX:
\Gamma\!\left(z\right) = \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 |
---|---|---|
GammaFunction | Gamma function | |
ConstPi | The constant pi (3.14...) | |
Sin | Sine | |
CC | Complex numbers | |
ZZ | Integers |
Source code for this entry:
Entry(ID("b510b6"), Formula(Equal(GammaFunction(z), Mul(Div(ConstPi, Sin(Mul(ConstPi, z))), Div(1, GammaFunction(Sub(1, z)))))), Variables(z), Assumptions(Element(z, SetMinus(CC, ZZ))))