MoreMathCos Method

Computes the cosine of the given value to full significance over the full range of arguments.

Definition

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double Cos(
	double x
)

Parameters

x  Double
The argument.

Return Value

Double
The value of sin(x).

Remarks

For an explanation of this method, see the remarks for the Sin(Double) method.

See Also