Returns the inverse hyperbolic tangent of a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Atanh(
T x
)
Public Shared Function Atanh (
x As T
) As T
public:
static T Atanh(
T x
)
static member Atanh :
x : 'T -> 'T
Parameters
- x
- Type: T
A real number.
Return Value
Type:
TThe inverse hyperbolic tangent of
x.
Reference