Espacios de nombres
Variantes

complex

De cppreference.com
 
 
 
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.
 
<tbody> </tbody>
Definido en el archivo de encabezado <complex.h>
#define complex _Complex
(desde C99)
Esta macro se expande a un especificador de tipo que se utiliza para identificar los tipos complejos .
Original:
This macro expands to a type specifier used to identify complex types.
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 complex .
Original:
A program may undefine and perhaps then redefine the complex macro.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Ver también

macro tipo imaginario
Original:
imaginary type macro
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]