Trigonometric functions as sums of infinite series #
In this file we express trigonometric functions in terms of their series expansion.
Main results #
Complex.hasSum_cos
,Complex.cos_eq_tsum
:Complex.cos
as the sum of an infinite series.Real.hasSum_cos
,Real.cos_eq_tsum
:Real.cos
as the sum of an infinite series.Complex.hasSum_sin
,Complex.sin_eq_tsum
:Complex.sin
as the sum of an infinite series.Real.hasSum_sin
,Real.sin_eq_tsum
:Real.sin
as the sum of an infinite series.
cos
and sin
for ℝ
and ℂ
#
The power series expansion of Complex.cos
.
The power series expansion of Complex.sin
.
cosh
and sinh
for ℝ
and ℂ
#
The power series expansion of Complex.cosh
.
The power series expansion of Complex.sinh
.