cexpf, cexp, cexpl
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
| Definido en el archivo de encabezado <complex.h>
|
||
float complex cexpf( float complex z ); |
(desde C99) | |
doulbe complex cexp( double complex z ); |
(desde C99) | |
long double complex cexpl( long double complex z ); |
(desde C99) | |
Calcula el complejo de base e exponencial de
z .Original:
Computes the complex base-e exponential of
z.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
| z | - | 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. |
Valor de retorno
La base e exponencial de
z .Original:
The base-e exponential of
z.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.
Ejemplo
| Esta sección está incompleta Razón: sin ejemplo |
Ver también
(C99)(C99)(C99) |
calcula el logaritmo natural complejo Original: computes the complex natural logarithm The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) |