Returns the inverse hyperbolic tangent of a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Atanh(
BigFloat value
)
Public Shared Function Atanh (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Atanh(
BigFloat^ value
)
static member Atanh :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe inverse hyperbolic tangent of
value.
The result has the same relative accuracy as value.
Significant round-off error may occur for values close to 1 in absolute value.
Reference