Elementary.Cos Method

Returns the cosine of an angle using accurate argument reduction.

Definition

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

Parameters

angle  Double
An angle in radians.

Return Value

Double
The cosine of angle computed to full precision.

See Also