Computes the hyperbolic sine of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Complex Sinh(
	Complex z
)
Public Shared Function Sinh ( _
	z As Complex _
) As Complex
public:
static Complex Sinh(
	Complex z
)

Parameters

z
Complex
The argument.

Return Value

The value of sinh(z).

See Also