Computes the inverse hyperbolic tangent of x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double Atanh(
double x
)
Parameters
- x Double
- The argument.
Return Value
Double
The value of
atanh(x). Returns
NaN if
|x| > 1, and returns
positive/negative infinity if
x is 1 or -1, respectively.
See Also