Operations<T>.Tan Method

Returns the tangent of the specified angle.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Tan(
	T operand
)

Parameters

operand  T
 

Return Value

T
The tangent of x.

See Also