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
)
Public Shared Function Cos (
x As Double
) As Double
public:
static double Cos(
double x
)
static member Cos :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value of sin(x).
Remarks For an explanation of this method, see the remarks for the Sin(Double) method.
See Also