WorksheetFunction.Tanh(Double) Method

Definition

Returns the hyperbolic tangent of a number.

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

Parameters

Arg1
Double

Number - any real number.

Returns

Remarks

The formula for the hyperbolic tangent is:

Figure 1: Formula for the hyperbolic tangent

Applies to