WorksheetFunction.Sinh(Double) Method

Definition

Returns the hyperbolic sine of a number.

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

Parameters

Arg1
Double

Number is any real number.

Returns

Remarks

The formula for the hyperbolic sine is:

Figure 1: Formula for the hyperbolic sine

Applies to