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
Equations
Instances For
The complex exponential function, defined via its Taylor series
Equations
Instances For
scoped notation for the complex exponential function
Equations
Instances For
The real exponential function, defined as the real part of the complex exponential
Equations
Instances For
scoped notation for the real exponential function
Equations
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.