Click or drag to resize

MoreMathCos Method

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

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double Cos(
	double x
)

Parameters

x
Type: SystemDouble
The argument.

Return Value

Type: Double
The value of sin(x).
Remarks

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

See Also