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