Double.Atanh(Double) Method

Definition

Computes the hyperbolic arc-tangent of a value.

public:
 static double Atanh(double x) = System::Numerics::IHyperbolicFunctions<double>::Atanh;
public static double Atanh (double x);
static member Atanh : double -> double
Public Shared Function Atanh (x As Double) As Double

Parameters

x
Double

The value, in radians, whose hyperbolic arc-tangent is to be computed.

Returns

The hyperbolic arc-tangent of x.

Implements

Applies to