ExpIntegralRelatedExpIntegralE1 Method |
Computes approximate values for the exponential integral E1(x), where x is real.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double ExpIntegralE1(
double x
)
Parameters
- x Double
- The function argument.
Return Value
DoubleThe exponential integral
E1(x).
See Also