Assumptions:
TeX:
\operatorname{atan}(z) = \frac{i}{2} \left(\log\!\left(1 - i z\right) - \log\!\left(1 + i z\right)\right) z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan | Inverse tangent | |
ConstI | Imaginary unit | |
Log | Natural logarithm | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("a18b77"), Formula(Equal(Atan(z), Mul(Div(ConstI, 2), Sub(Log(Sub(1, Mul(ConstI, z))), Log(Add(1, Mul(ConstI, z))))))), Variables(z), Assumptions(Element(z, CC)))