Fungrim home page

Fungrim entry: 1976db

Γ ⁣(yi)=πysinh ⁣(πy)\left|\Gamma\!\left(y i\right)\right| = \sqrt{\frac{\pi}{y \sinh\!\left(\pi y\right)}}
Assumptions:yR{0}y \in \mathbb{R} \setminus \left\{0\right\}
TeX:
\left|\Gamma\!\left(y i\right)\right| = \sqrt{\frac{\pi}{y \sinh\!\left(\pi y\right)}}

y \in \mathbb{R} \setminus \left\{0\right\}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
GammaΓ(z)\Gamma(z) Gamma function
ConstIii Imaginary unit
Sqrtz\sqrt{z} Principal square root
Piπ\pi The constant pi (3.14...)
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("1976db"),
    Formula(Equal(Abs(Gamma(Mul(y, ConstI))), Sqrt(Div(Pi, Mul(y, Sinh(Mul(Pi, y))))))),
    Variables(y),
    Assumptions(Element(y, SetMinus(RR, Set(0)))))

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