Assumptions:
TeX:
\operatorname{atan2}\!\left(y, 0\right) = \frac{\pi}{2} \operatorname{sgn}(y)
y \in \mathbb{R}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Atan2 | Two-argument inverse tangent | |
| Pi | The constant pi (3.14...) | |
| Sign | Sign function | |
| RR | Real numbers |
Source code for this entry:
Entry(ID("77e519"),
Formula(Equal(Atan2(y, 0), Mul(Div(Pi, 2), Sign(y)))),
Variables(y),
Assumptions(Element(y, RR)))