Returns the tangent of a Complex.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Complex Tan(
Complex z
)
Public Shared Function Tan (
z As Complex
) As Complex
public:
static Complex Tan(
Complex z
)
static member Tan :
z : Complex -> Complex
Parameters
- z
- Type: Imsl.MathComplex
A Complex object.
Return Value
Type:
Complex
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
.
See Also