Returns the hyperbolic cosine of a real number.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Function Cosh ( _
	x As Double _
) As Double
C#
public static double Cosh (
	double x
)
C++
public:
static double Cosh (
	double x
)

Parameters

x (System.Double)
A real number.

Return Value

The hyperbolic cosine of x.