Fungrim home page

Fungrim entry: 0ee626

atan ⁣(z)=atan ⁣(z)\operatorname{atan}\!\left(-z\right) = -\operatorname{atan}\!\left(z\right)
Assumptions:zC{,}z \in \mathbb{C} \cup \left\{-\infty, \infty\right\}
TeX:
\operatorname{atan}\!\left(-z\right) = -\operatorname{atan}\!\left(z\right)

z \in \mathbb{C} \cup \left\{-\infty, \infty\right\}
Definitions:
Fungrim symbol Notation Short description
Atanatan ⁣(z)\operatorname{atan}\!\left(z\right) Inverse tangent
CCC\mathbb{C} Complex numbers
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("0ee626"),
    Formula(Equal(Atan(Neg(z)), Neg(Atan(z)))),
    Variables(z),
    Assumptions(Element(z, Union(CC, Set(Neg(Infinity), Infinity)))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC