◐ Shell
clean mode source ↗

std::atan – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<cmath>

float atan( float arg );

double atan( double arg );

long double atan( long double arg );

double atan( Integral arg );

(seit C++11)

Berechnet Arcustangens arg

Original:

Computes arc 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 -

Floating-Point-Wert

Original:

floating point value

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

Rückgabewert

Arcustangens arg im Bogenmaß im Bereich von [-π/2; π/2] Bogenmaß .

Original:

arc tangent of arg in radians in the range of [-π/2; π/2] radians.

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

Siehe auch

Arcustangens mit Schildern Quadranten bestimmen

Original:

arc tangent, using signs to determine quadrants

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 Arcussinus (arcsin(x))

Original:

computes arc sine (arcsin(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 Arcuscosinus (arccos(x))

Original:

computes arc cosine (arccos(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 Tangente (tan(x))

Original:

computes tangent (tan(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]
computes arc tangent of a complex number (arctan(z))
(Funktions-Template) [edit]

wendet die Funktion std::atan auf jedes Element valarray

Original:

applies the function std::atan 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]