Click or drag to resize

ComplexMathCosh(Complex32) Method

This function returns the complex hyperbolic cosine of the complex number a, cosh(a) = (exp(a) + exp(-z))/2.

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

Parameters

a  Complex32
Function argument.

Return Value

Complex32
The hyperbolic cosine of the specified complex function argument z.
See Also