Crates.io | exponential-integral |
lib.rs | exponential-integral |
version | 0.2.3 |
source | src |
created_at | 2025-01-13 02:37:59.80517+00 |
updated_at | 2025-01-20 21:03:25.067032+00 |
description | The exponential integral function, a.k.a. Ei. |
homepage | https://github.com/wrsturgeon/exponential-integral |
repository | https://github.com/wrsturgeon/exponential-integral |
max_upload_size | |
id | 1514033 |
size | 138,771 |
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.