IOperations<T>.Cos Method
Returns the cosine of a number.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The cosine of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Cos(
T x
)
Parameters
- x T
- An angle, in radians.
Return Value
TThe cosine of x.