Meta.Numerics Library
Sinh Method (z)
Meta.NumericsMeta.NumericsComplexMathSinh(Complex)
Computes the hyperbolic sine of a complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex Sinh(
	Complex z
)
Public Shared Function Sinh ( _
	z As Complex _
) As Complex
public:
static Complex Sinh(
	Complex z
)
static member Sinh : 
        z:Complex -> Complex 
Parameters
z (Complex)
The argument.
Return Value
The value of sinh(z).