Single.Atanh(Single) Méthode

Définition

Calcule la tangente d’arc hyperbolique d’une valeur.

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

Paramètres

x
Single

Valeur, en radians, dont l’arc-tangente hyperbolique doit être calculée.

Retours

Arc-tangente hyperbolique de x.

Implémente

S’applique à