Imaginary_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 Imaginary_I /* unspecified */ |
(desde C99) | |
La macro
Imaginary_I expande a un valor de const float _Imaginary tipo con el valor de la unidad imaginaria. La macro se define sólo si la aplicación admite los tipos de imaginarios . Original:
The
Imaginary_I macro expands to a value of type const float _Imaginary with the value of the imaginary unit. The macro is defined only if the implementation supports imaginary types. 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? The standard seems unclear. Maybe when __STDC_IEC_559_COMPLEX__ is defined? |
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 de la constante compleja o imaginaria i Original: the complex or 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) |