Special.CosineIntegral Method

Evaluates the cosine integral function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double CosineIntegral(
	double x
)

Parameters

x  Double
A real number strictly greater than zero.

Return Value

Double
The value of the cosine integral at x.

See Also