ExpIntegralRelatedExpIntegralExpEi Method |
This function program computes approximate values for the
function exp(-x) * Ei(x), where Ei(x) is the exponential
integral, and x is real.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double ExpIntegralExpEi(
double x
)
Parameters
- x Double
- The function argument.
Return Value
DoubleThe
function exp(-x) * Ei(x), where Ei(x) is the exponential
integral.
See Also