Computes the tangent of a complex number.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
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: Meta.NumericsComplex
The argument.
Return Value
Type:
ComplexThe value of tan(z).
See Also