Complex trigonometric functions #
Basic facts and derivatives for the complex trigonometric functions.
theorem
Complex.hasStrictDerivAt_tan
{x : ℂ}
(h : Complex.cos x ≠ 0)
:
HasStrictDerivAt Complex.tan (1 / Complex.cos x ^ 2) x
theorem
Complex.hasDerivAt_tan
{x : ℂ}
(h : Complex.cos x ≠ 0)
:
HasDerivAt 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 (fun (x : ℂ) => Complex.abs (Complex.tan x)) (nhdsWithin x {x}ᶜ) Filter.atTop
theorem
Complex.tendsto_abs_tan_atTop
(k : ℤ)
:
Filter.Tendsto (fun (x : ℂ) => Complex.abs (Complex.tan x))
(nhdsWithin ((2 * ↑k + 1) * ↑Real.pi / 2) {(2 * ↑k + 1) * ↑Real.pi / 2}ᶜ) Filter.atTop
@[simp]
@[simp]
@[simp]