◐ Shell
clean mode source ↗

std::tan – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<cmath>

float tan( float arg );

double tan( double arg );

long double tan( long double arg );

double tan( Integral arg );

(seit C++11)

Berechnet Tangens 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.

Parameter

arg -

Gleitkommawert repräsentiert Winkel im Bogenmaß

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.

Rückgabewert

Tangens 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.

Domain-Fehler tritt auf, wenn arg unendlich ist. NAN wird in diesem Fall wieder .

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.

Siehe auch

berechnet Sinus (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.


(Funktion) [edit]

berechnet 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.


(Funktion) [edit]

berechnet Arcustangens (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.


(Funktion) [edit]

berechnet Tangens einer komplexen Zahl (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.


(Funktions-Template) [edit]

wendet die Funktion std::tan auf jedes Element 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.


(Funktions-Template) [edit]