exponential-integral

Crates.ioexponential-integral
lib.rsexponential-integral
version0.2.3
sourcesrc
created_at2025-01-13 02:37:59.80517+00
updated_at2025-01-20 21:03:25.067032+00
descriptionThe exponential integral function, a.k.a. Ei.
homepagehttps://github.com/wrsturgeon/exponential-integral
repositoryhttps://github.com/wrsturgeon/exponential-integral
max_upload_size
id1514033
size138,771
Will Sturgeon (wrsturgeon)

documentation

README

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$

All credit goes to GSL's implementation. This repository inherits its GPL license.

Commit count: 0

cargo fmt