Espaces de noms
Variantes

cacosf, cacos, cacosl

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 cacosf( float complex z );
doulbe complex cacos( double complex z );
long double complex cacosl( long double complex z );
Calcule l'arc cosinus de z complexe avec des coupes en dehors de la branche [−1,+1] intervalle le long de l'axe réel .
Original:
Computes the complex arc cosine of z with branch cuts outside the interval [−1,+1] 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 cosinus du complexe z dans l'intervalle [0; π] le long de l'axe réel et à l'(−∞; ∞) intervalle le long de l'axe imaginaire .
Original:
The complex arc cosine of z in the interval [0; π] along the real axis and in the interval (−∞; ∞) along the imaginary 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 l'arc tangente complexe
Original:
computes the complex arc tangent
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]