Fungrim home page

Fungrim entry: b63481

atan2 ⁣(y,x)π\left|\operatorname{atan2}\!\left(y, x\right)\right| \le \pi
Assumptions:xR  and  yRx \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}
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
Absz\left|z\right| Absolute value
Atan2atan2 ⁣(y,x)\operatorname{atan2}\!\left(y, x\right) Two-argument inverse tangent
Piπ\pi The constant pi (3.14...)
RRR\mathbb{R} 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))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC