Assumptions:
TeX:
\tan\!\left(\pi z\right) = \frac{\Gamma\!\left(\frac{1}{2} + z\right) \Gamma\!\left(\frac{1}{2} - z\right)}{\Gamma(z) \Gamma\!\left(1 - z\right)}
z \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Pi | The constant pi (3.14...) | |
| Gamma | Gamma function | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("ee56b9"),
Formula(Equal(Tan(Mul(Pi, z)), Div(Mul(Gamma(Add(Div(1, 2), z)), Gamma(Sub(Div(1, 2), z))), Mul(Gamma(z), Gamma(Sub(1, z)))))),
Variables(z),
Assumptions(Element(z, CC)))