[sf.cmath.expint] (original) (raw)

28 Numerics library [numerics]

28.7 Mathematical functions for floating-point types [c.math]

28.7.6 Mathematical special functions [sf.cmath]

28.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);

1

#

Effects: These functions compute the exponential integral of their respective argumentsx.

2

#

Returns: Ei(x), where Ei is given by Formula 28.35 andx is x.