Click or drag to resize

ExpIntegralRelatedExpIntegralE1 Method

This function program computes approximate values for the exponential integral E1(x), where x is real.

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

Parameters

x  Double
The function argument.

Return Value

Double
The exponential integral E1(x).
See Also