XLPack
6.0
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
C5. Exponential and logarithmic integrals
E1
Ei
En
Li
Spence
◆
Ei()
Function Ei
(
X As
Double
,
Optional Info As
Long
)
Exponential integral Ei(x)
Purpose
This routine computes the exponential integral Ei(x) for the argument x.
Ei
(x) = -integral of exp(-t)/t dt [-x, inf] = -
E1
(-x)
E1
Function E1(X As Double, Optional Info As Long) As Double
Exponential integral E1(x)
Ei
Function Ei(X As Double, Optional Info As Long) As Double
Exponential integral Ei(x)
Returns
Double
Exponential integral Ei(x).
Parameters
[in]
X
Argument x. (X <> 0)
[out]
Info
(Optional)
= 0: Successful exit.
= 1: Floating point range error.
Reference
boost/math/special_functions
Generated by
1.9.6