IComplexElementaryFunctions<T, U>.Tan Method

Gets the tangent of a complex number.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Tan(
	T z
)

Parameters

z  T
A complex number.

Return Value

T
The tangent of z.

See Also