Assumptions:
TeX:
\operatorname{Im}\!\left(\log G(x)\right) = \frac{n \left(n - 1\right)}{2} \pi\; \text{ where } n = \left\lfloor x \right\rfloor x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; x < 0 \;\mathbin{\operatorname{and}}\; x \notin \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Im | Imaginary part | |
LogBarnesG | Logarithmic Barnes G-function | |
Pi | The constant pi (3.14...) | |
RR | Real numbers | |
ZZ | Integers |
Source code for this entry:
Entry(ID("a044e1"), Formula(Equal(Im(LogBarnesG(x)), Where(Mul(Div(Mul(n, Sub(n, 1)), 2), Pi), Equal(n, Floor(x))))), Variables(x), Assumptions(And(Element(x, RR), Less(x, 0), NotElement(x, ZZ))))