Quad.Cos Method
Returns the cosine of the specified angle.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The cosine of angle.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Cos(
Quad angle
)
Parameters
- angle Quad
- An angle, measured in radians.
Return Value
QuadThe cosine of angle.