Click or drag to resize

NMathFunctionsSinh(DoubleComplex) Method

Calculates the hyperbolic sine of a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplex Sinh(
	DoubleComplex c
)

Parameters

c  DoubleComplex
A complex number.

Return Value

DoubleComplex
The hyperbolic sine of c.
See Also