Assumptions:
TeX:
\operatorname{atan}\!\left(\frac{x}{y}\right) = x R_C\!\left({y}^{2}, {y}^{2} + {x}^{2}\right) y \in \left(0, \infty\right) \;\mathbin{\operatorname{and}}\; x \in \mathbb{R}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan | Inverse tangent | |
CarlsonRC | Degenerate Carlson symmetric elliptic integral of the first kind | |
Pow | Power | |
OpenInterval | Open interval | |
Infinity | Positive infinity | |
RR | Real numbers |
Source code for this entry:
Entry(ID("7a9dad"), Formula(Equal(Atan(Div(x, y)), Mul(x, CarlsonRC(Pow(y, 2), Add(Pow(y, 2), Pow(x, 2)))))), Variables(x, y), Assumptions(And(Element(y, OpenInterval(0, Infinity)), Element(x, RR))))