Click or drag to resize

ExpIntegralRelatedExpIntegralEi Method

Computes approximate values for the exponential integral Ei(x), where x is real.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double ExpIntegralEi(
	double x
)

Parameters

x  Double
The function argument.

Return Value

Double
The exponential integral Ei(x).
See Also