Function rgsl::exponential_integrals::Ei[][src]

pub fn Ei(x: f64) -> f64
Expand description

This routine computes the exponential integral Ei(x),

Ei(x) := - PV(\int_{-x}^\infty dt \exp(-t)/t)

where PV denotes the principal value of the integral.