Click or drag to resize

RMathAtanh Method

Computes the inverse hyperbolic tangent of x.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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