conjf, conj, conjl
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 conjf( float complex z );
|
(desde C99) | |
double complex conj( double complex z );
|
(desde C99) | |
long double complex conjl( long double complex z );
|
(desde C99) | |
Calcula el conjugado complejo de
z invirtiendo el signo de la parte imaginaria .Original:
Computes the complex conjugate of
z by reversing the sign of the imaginary part.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
El conjugado complejo de
z .Original:
The complex conjugate 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 |