Single.Atanh(Single) Methode

Definitie

Berekent de hyperbolische boogtangens van een waarde.

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

Parameters

x
Single

De waarde, in radialen, waarvan de hyperbolische boog-tangens moet worden berekend.

Retouren

De hyperbolische boog-tangens van x.

Implementeringen

Van toepassing op