Quad.Cos Method

Returns the cosine of the specified angle.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad Cos(
	Quad angle
)

Parameters

angle  Quad
An angle, measured in radians.

Return Value

Quad
The cosine of angle.

Implements

ITrigonometricFunctions<TSelf>.Cos(TSelf)

See Also