Returns the inverse hyperbolic tangent of a value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Atanh(
double x
)
Parameters
- x Double
- The argument.
Return Value
DoubleThe inverse hyperbolic tangent of
x.
See Also