Elementary.Asech Method

Returns the inverse hyperbolic secant of a real number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double Asech(
	double x
)

Parameters

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

Return Value

Double
The inverse hyperbolic secant of x.

See Also