Assumptions:
TeX:
\operatorname{atan}(z) = 2 \operatorname{atan}\!\left(\frac{z}{1 + \sqrt{1 + {z}^{2}}}\right) z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan | Inverse tangent | |
Sqrt | Principal square root | |
Pow | Power | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("67c0be"), Formula(Equal(Atan(z), Mul(2, Atan(Div(z, Add(1, Sqrt(Add(1, Pow(z, 2))))))))), Variables(z), Assumptions(Element(z, CC)))