Assumptions:
TeX:
\operatorname{atan2}\!\left(y, x\right) = \operatorname{Im}\!\left(\log\!\left(x + y i\right)\right) x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R} \;\mathbin{\operatorname{and}}\; x + y i \ne 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan2 | Two-argument inverse tangent | |
Im | Imaginary part | |
Log | Natural logarithm | |
ConstI | Imaginary unit | |
RR | Real numbers |
Source code for this entry:
Entry(ID("eca4ce"), Formula(Equal(Atan2(y, x), Im(Log(Add(x, Mul(y, ConstI)))))), Variables(x, y), Assumptions(And(Element(x, RR), Element(y, RR), NotEqual(Add(x, Mul(y, ConstI)), 0))))