Exponential integral related functions.
Constructor | Description |
Full Usage:
ExpIntegralRelated()
|
|
Static member | Description |
Full Usage:
ExpIntegralRelated.ExpIntegralE1(x)
Parameters:
float
-
The function argument.
Returns: float
The exponential integral E1(x).
|
This function program computes approximate values for the exponential integral E1(x), where x is real.
|
Full Usage:
ExpIntegralRelated.ExpIntegralEi(x)
Parameters:
float
-
The function argument.
Returns: float
Exponential integral Ei(x)
|
This function program computes approximate values for the exponential integral Ei(x), where x is real.
|
Full Usage:
ExpIntegralRelated.ExpIntegralExpEi(x)
Parameters:
float
-
The function argument.
Returns: float
The
function exp(-x) * Ei(x), where Ei(x) is the exponential
integral.
|
This function program computes approximate values for the function exp(-x) * Ei(x), where Ei(x) is the exponential integral, and x is real.
|