IComplexElementaryFunctions<T, U>.Tan Method

Gets the tangent of a complex number.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Tan(
	T z
)

Parameters

z  T
A complex number.

Return Value

T
The tangent of z.

See Also