Returns the inverse hyperbolic secant of a real number.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Function Asech ( _
	x As Double _
) As Double
C#
public static double Asech (
	double x
)
C++
public:
static double Asech (
	double x
)

Parameters

x (System.Double)
A real number greater than zero and less than or equal to one.

Return Value

The inverse hyperbolic secant of x.