double expint(double x); float expintf(float x); long double expintl(long double x);
Effects: These functions compute the exponential integral of their respective arguments x.
Returns:
Ei(x)=−∫∞−xe−ttdt
where x is x.