Returns the inverse hyperbolic tangent of a number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Quad Atanh(
Quad x
)
Public Shared Function Atanh (
x As Quad
) As Quad
public:
static Quad Atanh(
Quad x
)
static member Atanh :
x : Quad -> Quad
Parameters
- x
- Type: Extreme.MathematicsQuad
A number.
Return Value
Type:
QuadThe inverse hyperbolic tangent of
x.
Numerical Libraries
Supported in: 6.0
Reference