Meta.Numerics Library
Cosh Method (z)
Meta.NumericsMeta.NumericsComplexMathCosh(Complex)
Computes the hyperbolic cosine of a complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex Cosh(
	Complex z
)
Public Shared Function Cosh ( _
	z As Complex _
) As Complex
public:
static Complex Cosh(
	Complex z
)
static member Cosh : 
        z:Complex -> Complex 
Parameters
z (Complex)
The argument.
Return Value
The value of cosh(z).