Quad.Atanh Method
Returns the inverse hyperbolic tangent of a number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The inverse hyperbolic tangent of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Atanh(
Quad x
)
Parameters
- x Quad
- A number.
Return Value
QuadThe inverse hyperbolic tangent of x.