I
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> | ||
#define I /* unspecified */ | (desde C99) | |
La macro se expande a cualquiera
I
Complex_I o Imaginary_I. Si la aplicación no es compatible con los tipos de imaginarios, a continuación, la macro se expande para siempre Complex_I .Original:
The
I
macro expands to either Complex_I or Imaginary_I. If the implementation does not support imaginary types, then the macro always expands to Complex_I.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.
Esta sección está incompleta Razón: on what condition imaginary types are supported? The standard seems unclear. Maybe when __STDC_IEC_559_COMPLEX__ is defined? |
Un programa puede quitar la definición y tal vez vuelva a definir la macro imaginary .
Original:
A program may undefine and perhaps then redefine the imaginary macro.
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]Ver también
(C99) | la unidad compleja constante i Original: the complex unit constant i The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante de macro) |
(C99) | la unidad imaginaria i constante Original: the imaginary unit constant i The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante de macro) |