Special.Exponential Integral E 1 Method
Evaluates the exponential integral function E1(x).
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The value of the exponential integral at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
[ObsoleteAttribute("Use the ExpIntegralE1 method instead.")]
public static double ExponentialIntegralE1(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe value of the exponential integral at x.