cpowf, cpow, cpowl
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<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 .
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.
, 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.
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 .
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.
You can help to correct and verify the translation. Click here for instructions.
Exemple
| This section is incomplete Reason: no example |
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) |
(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) |