Commit 2021-11-20 11:30 618447fa
View on Github →feat(analysis/special_functions/complex/arg): review, golf, lemmas (#10365)
- add
|z| * exp (arg z * I) = z
; - reorder theorems to help golfing;
- prove formulas for
arg z
in terms ofarccos (re z / abs z)
in cases0 < im z
andim z < 0
; - use them to golf continuity of
arg
.