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