Espacios de nombres
Variantes
Acciones

De cppreference.com
< c‎ | numeric‎ | complex
 
 
 
Aritmética de números complejos
Los tipos y la constante imaginaria
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulación
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Potencia y funciones exponenciales
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Funciones trigonométricas
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Las funciones hiperbólicas
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Definido en el archivo de encabezado <complex.h>
#define I /* unspecified */
(desde C99)
La macro se expande a cualquiera IComplex_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.
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.

[editar]Ver también

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)[editar]
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)[editar]
close