WorksheetFunction.Csch(Double) Method

Definition

Returns the hyperbolic cosecant of an angle.

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

Parameters

Arg1
Double

The angle in radians for which you want the hyperbolic cosecant.

Returns

DOUBLE

Applies to