Share via


ITrigonometricFunctions<TSelf>.Atan(TSelf) Méthode

Définition

Calcule la tangente d’arc d’une valeur.

public:
 static TSelf Atan(TSelf x);
public static abstract TSelf Atan (TSelf x);
static member Atan : 'Self -> 'Self
Public Shared Function Atan (x As TSelf) As TSelf

Paramètres

x
TSelf

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

Retours

TSelf

Arc-tangente de x.

Remarques

Cela calcule arctan(x) dans l’intervalle [-π / 2, +π / 2] radians.

S’applique à