close
Espaces de noms
Variantes

cpowf, cpow, cpowl

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 cpowf( float complex x, float complex y );
doulbe complex cpow( double complex x, double complex y );
long double complex cpowl( long double complex x, long double complex y );
Calcule la puissance xy
fonction complexe, avec une coupe branche pour le premier paramètre le long de l'axe réel négatif .
Original:
Computes the complex power function xy
, with branch cut for the first parameter along the negative 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

x, y -
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

La puissance xy
complexe .
Original:
The complex power xy
.
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 la racine carrée complexe
Original:
computes the complex square root
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 la base complexe e exponentielle
Original:
computes the complex base-e exponential
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]