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.0
C#
T Tan(
	T x
)

Parameters

x  T
An angle, in radians.

Return Value

T
The tangent of x.

See Also