Assumptions:
TeX:
\operatorname{atan}(z) = \operatorname{csgn}(z) \operatorname{acos}\!\left(\frac{1}{\sqrt{1 + {z}^{2}}}\right) z \in \mathbb{C} \setminus \left\{-i, i\right\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan | Inverse tangent | |
Csgn | Real-valued sign function for complex numbers | |
Sqrt | Principal square root | |
Pow | Power | |
CC | Complex numbers | |
ConstI | Imaginary unit |
Source code for this entry:
Entry(ID("ec7f2d"), Formula(Equal(Atan(z), Mul(Csgn(z), Acos(Div(1, Sqrt(Add(1, Pow(z, 2)))))))), Variables(z), Assumptions(Element(z, SetMinus(CC, Set(Neg(ConstI), ConstI)))))