Trigonometric functions as sums of infinite series #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we express trigonometric functions in terms of their series expansion.
Main results #
complex.has_sum_cos
,complex.tsum_cos
:complex.cos
as the sum of an infinite series.real.has_sum_cos
,real.tsum_cos
:real.cos
as the sum of an infinite series.complex.has_sum_sin
,complex.tsum_sin
:complex.sin
as the sum of an infinite series.real.has_sum_sin
,real.tsum_sin
:real.sin
as the sum of an infinite series.
cos
and sin
for ℝ
and ℂ
#
The power series expansion of complex.cos
.