937 B
937 B
[sf.cmath.expint]
29 Numerics library [numerics]
29.7 Mathematical functions for floating-point types [c.math]
29.7.6 Mathematical special functions [sf.cmath]
29.7.6.15 Exponential integral [sf.cmath.expint]
floating-point-type expint(floating-point-type x); float expintf(float x); long double expintl(long double x);
Effects: These functions compute the exponential integral of their respective argumentsx.
Returns: Ei(x), where Ei is given by Formula 29.35 andx is x.
Ei(x)=ââ«ââxeâttdt(29.35)