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>| Definido no cabeçalho <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 ); |
||
Calcula a função xy
complexo de poder, com corte ramo para o primeiro parâmetro ao longo do eixo real negativo.
complexo de poder, com corte ramo para o primeiro parâmetro ao longo do eixo real negativo.
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.
Parâmetros
| x, y | - | argumento complexo
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. |
Valor de retorno
O xy
potência complexa.
potência complexa.
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.
Exemplo
| Esta seção está incompleta Motivo: sem exemplo |
Veja também
(C99) (C99) (C99) |
calcula a raiz quadrada complexa 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. (função) |
(C99) (C99) (C99) |
calcula o complexo de base e-exponencial 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. (função) |