Click or drag to resize

ComplexMathCosh Method

Computes the hyperbolic cosine of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Cosh(
	Complex z
)

Parameters

z
Type: Meta.NumericsComplex
The argument.

Return Value

Type: Complex
The value of cosh(z).
See Also