Evaluates the exponential integral function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double ExponentialIntegral(
double x
)
Public Shared Function ExponentialIntegral (
x As Double
) As Double
public:
static double ExponentialIntegral(
double x
)
static member ExponentialIntegral :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe value of the exponential integral at
x.
Reference