Assumptions:
TeX:
\operatorname{atan2}\!\left(y, x\right) = -i \log\!\left(\operatorname{sgn}\!\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 | |
ConstI | Imaginary unit | |
Log | Natural logarithm | |
Sign | Sign function | |
RR | Real numbers |
Source code for this entry:
Entry(ID("9dec3e"), Formula(Equal(Atan2(y, x), Mul(Neg(ConstI), Log(Sign(Add(x, Mul(y, ConstI))))))), Variables(x, y), Assumptions(And(Element(x, RR), Element(y, RR), NotEqual(Add(x, Mul(y, ConstI)), 0))))