Half.Atanh(Half) Méthode

Définition

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

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

Paramètres

x
Half

Valeur, en radians, dont la tangente à arc hyperbolique doit être calculée.

Retours

La tangente à arc hyperbolique de x.

Implémente

S’applique à