Half.Atan(Half) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule la tangente arc d’une valeur.
public:
static Half Atan(Half x) = System::Numerics::ITrigonometricFunctions<Half>::Atan;
public static Half Atan (Half x);
static member Atan : Half -> Half
Public Shared Function Atan (x As Half) As Half
Paramètres
- x
- Half
Retours
La tangente à arc de x
.
Implémente
Remarques
Cela calcule arctan(x)
dans les radians d’intervalle [-π / 2, +π / 2]
.