Click or drag to resize

ComplexMathSinh(Complex) Method

This function returns the complex hyperbolic sine of the complex number a, sinh(a) = (exp(a) - exp(-a))/2.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Sinh(
	Complex a
)

Parameters

a  Complex
Function argument.

Return Value

Complex
The hyperbolic sine of the specified complex function argument a.
See Also