◐ Shell
clean mode source ↗

std::tan — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Déclaré dans l'en-tête

<cmath>

float tan( float arg );

double tan( double arg );

long double tan( long double arg );

double tan( Integral arg );

(depuis C++11)

Calcule la tangente d'arg

Original:

Computes tangent of arg

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

arg -

valeur à virgule flottante qui représente l'angle exprimé en radians

Original:

floating point value representing angle in radians

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

tangente de arg .

Original:

tangent of arg.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Erreur de domaine se produit si arg est infinie. NAN est retourné dans ce cas .

Original:

Domain error occurs if arg is infinite. NAN is returned in that case.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Voir aussi

sine calcule (sin(x))

Original:

computes sine (sin(x))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction) [edit]

calcule en cosinus (cos(x))

Original:

computes cosine (cos(x))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction) [edit]

calcule l'arc tangente (arctan(x))

Original:

computes arc tangent (arctan(x))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction) [edit]

calcule la tangente d'un nombre complexe (tan(z))

Original:

computes tangent of a complex number (tan(z))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction générique) [edit]

applique la fonction std::tan à chaque élément de valarray

Original:

applies the function std::tan to each element of valarray

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction générique) [edit]