WorksheetFunction.Sech(Double) Method

Definition

Returns the hyperbolic secant of an angle.

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

Parameters

Arg1
Double

Angle in radians for which you want the hyperbolic secant.

Returns

DOUBLE

Applies to