Documentation

Mathlib.Analysis.SpecialFunctions.Trigonometric.ComplexDeriv

Complex trigonometric functions #

Basic facts and derivatives for the complex trigonometric functions.

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]