Assumptions:
TeX:
\operatorname{atan}\!\left(x\right) - \operatorname{atan}\!\left(y\right) = \operatorname{atan2}\!\left(x - y, 1 + x y\right) x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan | Inverse tangent | |
Atan2 | Two-argument inverse tangent | |
RR | Real numbers |
Source code for this entry:
Entry(ID("00e608"), Formula(Equal(Sub(Atan(x), Atan(y)), Atan2(Sub(x, y), Add(1, Mul(x, y))))), Variables(x, y), Assumptions(And(Element(x, RR), Element(y, RR))))