pub fn E1(x: NonZero<Finite<f64>>) -> Result<Approx, Error>
int gsl_sf_expint_E1_e(const double x, gsl_sf_result * result) { return expint_E1_impl(x, result, 0); }
See Error.
Error