Computes the hyperbolic tangent of a complex number.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static Complex Tanh(
Complex z
)
Public Shared Function Tanh (
z As Complex
) As Complex
public:
static Complex Tanh(
Complex z
)
static member Tanh :
z : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The argument.
Return Value
Type:
ComplexThe value of tanh(z).
See Also