IMSL C# Numerical Library

Complex.Tan Method 

Returns the tangent of a Complex.

public static Complex Tan(
   Complex z
);

Parameters

z
A Complex object.

Return Value

A newly constructed Complex initialized to the tangent of the argument.

Remarks

The value of Tan is defined in terms of the function Tanh, by \tan(z) = -i \tanh(iz).

See Also

Complex Class | Imsl.Math Namespace | Tanh