Math<T>.Asech Method

Returns the inverse hyperbolic secant of a real number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static T Asech(
	T x
)

Parameters

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

Return Value

T
The inverse hyperbolic secant of x.

See Also