HUGE_VALF
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 <math.h>
|
||
#define HUGE_VALF /*implementation defined*/ |
(desde C99) | |
#define HUGE_VAL /*implementation defined*/ |
||
#define HUGE_VALL /*implementation defined*/ |
(desde C99) | |
Los
HUGE_VALF
, HUGE_VAL
y HUGE_VALL
macros se expande a una expresión de punto flotante constante positiva . Original:
The
HUGE_VALF
, HUGE_VAL
and HUGE_VALL
macros expands to a positive floating point constant expression. 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.
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 |
HUGE_VALF
|
Indica que el valor no es representable por el tipo float (infinito)
Original: Indicates that the value is not representable by the float type (infinity) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
HUGE_VAL
|
Indica que el valor no es representable por el tipo double (infinito).
La constante no es necesariamente representable como un float Original: Indicates that the value is not representable by the double type (infinity). The constant is not necessarily representable as a float The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
HUGE_VALL
|
Indica que el valor no es representable por el tipo long double (infinito). Constante
The no es necesariamente representable como un float o double Original: Indicates that the value is not representable by the long double type (infinity). The constant is not necessarily representable as a float or double 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
Documentación de C++ para HUGE_VAL
|