Half.Atanh(Half) Method

Definition

Computes the hyperbolic arc-tangent of a value.

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

Parameters

x
Half

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

Returns

The hyperbolic arc-tangent of x.

Implements

Applies to