Crate exponential_integral

Source
Expand description

The exponential integral, often written $\text{Ei}$, equal to the the integral of an exponentiated input over the input itself: $\text{Ei}(t) = \int_{-\infty}^{t} \frac{ e^{u} }{ u } \text{d}u$

Inspired by GSL’s implementation.

Modules§

  • Chebyshev series/polynomial approximation.
  • Inputs less than 0.
  • Inputs greater than 0.

Structs§

  • An approximate value alongside an estimate of its own approximation error.

Enums§

  • An approximate value alongside an estimate of its own approximation error.

Functions§

  • Original C code
  • Original C code