26
Numerics library
[numerics]
26.8
Mathematical functions for floating-point types
[c.math]
26.8.6
Mathematical special functions
[sf.cmath]
26.8.6.15
Exponential integral
[sf.cmath.expint]
🔗
double
expint
(
double
x
)
;
float
expintf
(
float
x
)
;
long
double
expintl
(
long
double
x
)
;
1
#
Effects
: These functions compute the exponential integral of their respective arguments
x
.
2
#
Returns
:
E
i
(
x
)
=
−
∫
∞
−
x
e
−
t
t
d
t
where
x
is
x
.