Assumptions:
TeX:
\left|\operatorname{atan2}\!\left(y, x\right)\right| \le \pi
x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Abs | Absolute value | |
| Atan2 | Two-argument inverse tangent | |
| Pi | The constant pi (3.14...) | |
| RR | Real numbers |
Source code for this entry:
Entry(ID("b63481"),
Formula(LessEqual(Abs(Atan2(y, x)), Pi)),
Variables(x, y),
Assumptions(And(Element(x, RR), Element(y, RR))))