Complex trigonometric functions #
Basic facts and derivatives for the complex trigonometric functions.
Several facts about the real trigonometric functions have the proofs deferred here, rather than
Analysis.SpecialFunctions.Trigonometric.Basic
,
as they are most easily proved by appealing to the corresponding fact for complex trigonometric
functions, or require additional imports which are not available in that file.
The tangent of a complex number is equal to zero
iff this number is equal to k * π / 2
for an integer k
.
Note that this lemma takes into account that we use zero as the junk value for division by zero.
See also Complex.tan_eq_zero_iff'
.
If the tangent of a complex number is well-defined,
then it is equal to zero iff the number is equal to k * π
for an integer k
.
See also Complex.tan_eq_zero_iff
for a version that takes into account junk values of θ
.