Complex trigonometric functions #
Basic facts and derivatives for the complex trigonometric functions.
theorem
complex.has_strict_deriv_at_tan
{x : ℂ}
(h : complex.cos x ≠ 0) :
has_strict_deriv_at complex.tan (1 / complex.cos x ^ 2) x
theorem
complex.has_deriv_at_tan
{x : ℂ}
(h : complex.cos x ≠ 0) :
has_deriv_at complex.tan (1 / complex.cos x ^ 2) x
theorem
complex.tendsto_abs_tan_of_cos_eq_zero
{x : ℂ}
(hx : complex.cos x = 0) :
filter.tendsto (λ (x : ℂ), complex.abs (complex.tan x)) (𝓝[{x}ᶜ] x) filter.at_top
@[simp]
@[simp]
theorem
complex.differentiable_at_tan
{x : ℂ} :
differentiable_at ℂ complex.tan x ↔ complex.cos x ≠ 0
@[simp]
theorem
complex.times_cont_diff_at_tan
{x : ℂ}
{n : with_top ℕ} :
times_cont_diff_at ℂ n complex.tan x ↔ complex.cos x ≠ 0