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. |
| Defined in header <complex.h>
|
||
| (desde C99) | ||
| (desde C99) | ||
| (desde C99) | ||
Calcula la potencia xy
función compleja, con corte rama para el primer parámetro a lo largo del eje real negativo .
función compleja, con corte rama para el primer parámetro a lo largo del eje 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.
Contenido |
[editar] Parámetros
| x, y | - | argumento complejo
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. |
[editar] Valor de retorno
La potencia compleja xy
.
.
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.
[editar] Ejemplo
| This section is incomplete Reason: no example |
[editar] Ver también
| (C99) (C99) (C99) |
calcula la raíz cuadrada compleja 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. (función) |
| (C99) (C99) (C99) |
calcula el complejo 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. (función) |