Exponential Function #
This file contains the definitions of the real and complex exponential function.
Main definitions #
Complex.exp: The complex exponential function, defined via its Taylor seriesReal.exp: The real exponential function, defined as the real part of the complex exponential
The Cauchy sequence consisting of partial sums of the Taylor series of the complex exponential function
Instances For
The complex exponential function, defined via its Taylor series
Instances For
scoped notation for the complex exponential function
Instances For
The real exponential function, defined as the real part of the complex exponential
Instances For
scoped notation for the real exponential function
Instances For
the exponential function as a monoid hom from Multiplicative โ to โ
Instances For
This is a useful version of exp_nsmul for q-expansions of modular forms.
the exponential function as a monoid hom from Multiplicative โ to โ
Instances For
A finite initial segment of the exponential series, followed by an arbitrary tail.
For fixed n this is just a linear map w.r.t. r, and each map is a simple linear function
of the previous (see expNear_succ), with expNear n x r โถ exp x as n โถ โ,
for any r.
Instances For
Extension for the positivity tactic: Real.exp is always positive.