  | NMathFunctionsSinh(DoubleComplex) Method | 
            Calculates the hyperbolic sine of a complex number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleComplex Sinh(
	DoubleComplex c
)
Public Shared Function Sinh ( 
	c As DoubleComplex
) As DoubleComplex
public:
static DoubleComplex Sinh(
	DoubleComplex c
)
static member Sinh : 
        c : DoubleComplex -> DoubleComplex Parameters
- c  DoubleComplex
 - A complex number.
 
Return Value
DoubleComplexThe hyperbolic sine of 
c.
See Also