Evaluates the cosine integral function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double CosineIntegral(
double x
)
Public Shared Function CosineIntegral (
x As Double
) As Double
public:
static double CosineIntegral(
double x
)
static member CosineIntegral :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number strictly greater than
zero.
Return Value
Type:
DoubleThe value of the cosine integral at
x.
Reference