Espaces de noms
Variantes

catanf, catan, catanl

De cppreference.com

<metanoindex/>

 
 
 
Arithmétique des nombres complexes
Types et la constante imaginaire
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulation
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Puissance et les fonctions exponentielles
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Les fonctions trigonométriques
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Fonctions hyperboliques
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
Déclaré dans l'en-tête <complex.h>
float complex catanf( float complex z );
doulbe complex catan( double complex z );
long double complex catanl( long double complex z );
Calcule l'arc tangente complexe de z avec des coupes en dehors de la branche [−i,+i] intervalle le long de l'axe réel .
Original:
Computes the complex arc tangent of z with branch cuts outside the interval [−i,+i] along the real axis.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

z -
argumentation complexe
Original:
complex argument
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

L'arc tangente complexe de z dans le (−∞; ∞) intervalle le long de l'axe imaginaire et dans l'intervalle de [−π/2; +π/2] long de l'axe réel .
Original:
The complex arc tangent of z in the interval (−∞; ∞) along the imaginary axis and in the interval [−π/2; +π/2] along the real axis.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemple

Voir aussi

(C99)
(C99)
(C99)
calcule l'arc sinus complexe
Original:
computes the complex arc sine
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]
(C99)
(C99)
(C99)
calcule le complexe arc cosinus
Original:
computes the complex arc cosine
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]