Elementary.SinCos Method

Returns the cosine of an angle using accurate argument reduction.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static (double , double ) SinCos(
	double angle
)

Parameters

angle  Double
An angle in radians.

Return Value

ValueTuple<Double, Double>
The cosine of angle computed to full precision.

See Also