Espacios de nombres
Variantes
Acciones

FP_NORMAL, FP_SUBNORMAL, FP_ZERO, FP_INFINITE, FP_NAN

De cppreference.com
< c‎ | numeric‎ | math
 
 
 
Funciones matemáticas comunes
Funciones
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Operaciones básicas
Original:
Basic operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
(C99)
(C99)
(C99)(C99)(C99)
Funciones exponenciales
Original:
Exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
Funciones de energía
Original:
Power 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 e hiperbólicas
Original:
Trigonometric and hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Error gamma y funciones
Original:
Error and gamma functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
(C99)
Más cerca de las operaciones con enteros en coma flotante
Original:
Nearest integer floating point operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)(C99)(C99)
Funciones de punto flotante de manipulación
Original:
Floating point manipulation functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)(C99)
(C99)
(C99)
Clasificación
Original:
Classification
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
Constantes Macro
Original:
Macro constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_NORMALFP_SUBNORMALFP_ZEROFP_INFINITEFP_NAN
(C99)(C99)(C99)(C99)(C99)
 
Definido en el archivo de encabezado <math.h>
#define FP_NORMAL    /*implementation defined*/
(desde C99)
#define FP_SUBNORMAL /*implementation defined*/
(desde C99)
#define FP_ZERO      /*implementation defined*/
(desde C99)
#define FP_INFINITE  /*implementation defined*/
(desde C99)
#define FP_NAN       /*implementation defined*/
(desde C99)
El FP_NORMAL, FP_SUBNORMAL, FP_ZERO, FP_INFINITE, FP_NAN macros representan cada uno una categoría distinta de números de punto flotante. Todos se expandirá a una expresión constante entera .
Original:
The FP_NORMAL, FP_SUBNORMAL, FP_ZERO, FP_INFINITE, FP_NAN macros each represent a distinct category of floating-point numbers. They all expand to an integer constant expression.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Constant
Original:
Constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Explanation
FP_NORMAL
indica que el valor es normal, es decir, no un infinito, subnormal, no un número-o cero
Original:
indicates that the value is normal, i.e. not an infinity, subnormal, not-a-number or zero
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_SUBNORMAL
indica que el valor es inferior a la normal'
Original:
indicates that the value is subnormal
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_ZERO
indica que el valor es cero positivo o negativo
Original:
indicates that the value is positive or negative zero
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_INFINITE
indica que el valor no es representable por el tipo subyacente (infinito positivo o negativo)
Original:
indicates that the value is not representable by the underlying type (positive or negative infinity)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_NAN
indica que el valor no-un número-es (NaN)
Original:
indicates that the value is not-a-number (NaN)
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

clasifica el valor dado en coma flotante
Original:
categorizes the given floating point value
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
Documentación de C++ para FP_categories
close