Special.CosIntegral Method
Evaluates the cosine integral function.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The value of the cosine integral at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static double CosIntegral(
double x
)
ParametersPermalink
- x Double
- A real number strictly greater than zero.
Return ValuePermalink
DoubleThe value of the cosine integral at x.