Math<T>.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.2
C#
The inverse hyperbolic secant of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static T Asech(
T x
)
Parameters
- x T
- A real number greater than zero and less than or equal to one.
Return Value
TThe inverse hyperbolic secant of x.