Click or drag to resize

HyperbolicAtanh Method

Returns the inverse hyperbolic tangent of a value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Atanh(
	double x
)

Parameters

x  Double
The argument.

Return Value

Double
The inverse hyperbolic tangent of x.
See Also