Fungrim home page

Fungrim entry: 60772e

arg ⁣(z)=ilog ⁣(sgn ⁣(z))\arg\!\left(z\right) = -i \log\!\left(\operatorname{sgn}\!\left(z\right)\right)
Assumptions:zC{0}z \in \mathbb{C} \setminus \left\{0\right\}
TeX:
\arg\!\left(z\right) = -i \log\!\left(\operatorname{sgn}\!\left(z\right)\right)

z \in \mathbb{C} \setminus \left\{0\right\}
Definitions:
Fungrim symbol Notation Short description
Argarg ⁣(z)\arg\!\left(z\right) Complex argument
ConstIii Imaginary unit
Loglog ⁣(z)\log\!\left(z\right) Natural logarithm
Signsgn ⁣(z)\operatorname{sgn}\!\left(z\right) Sign function
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("60772e"),
    Formula(Equal(Arg(z), Neg(Mul(ConstI, Log(Sign(z)))))),
    Variables(z),
    Assumptions(Element(z, SetMinus(CC, Set(0)))))

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