Returns the inverse hyperbolic tangent of a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference