WorksheetFunction.Cosh(Double) Method

Definition

Returns the hyperbolic cosine of a number.

public:
 double Cosh(double Arg1);
public double Cosh (double Arg1);
Public Function Cosh (Arg1 As Double) As Double

Parameters

Arg1
Double

Any real number for which you want to find the hyperbolic cosine.

Returns

Remarks

The formula for the hyperbolic cosine is:

Figure 1: Formula for the hyperbolic cosine

Applies to