Partager via


Double.Atanh(Double) Méthode

Définition

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

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

Paramètres

x
Double

Retours

Double

La tangente hyperbolique de x.

Implémente

S’applique à