HUGE_VALF
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <math.h>
|
||
#define HUGE_VALF /*implementation defined*/ |
||
#define HUGE_VAL /*implementation defined*/ |
||
#define HUGE_VALL /*implementation defined*/ |
||
I
HUGE_VALF, HUGE_VAL e HUGE_VALL macro si espande in una espressione positiva costante in virgola mobile. 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 che il valore non è rappresentabile dal 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 che il valore non è rappresentabile dal tipo
double (infinito). La costante non è necessariamente rappresentabile come un floatOriginal: Indicates that the value is not representable by the double type (infinity).The constant is not necessarily representable as a floatThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
HUGE_VALL
|
Indica che il valore non è rappresentabile dal tipo
long double (infinito). Costante The non è necessariamente rappresentabile come un float o doubleOriginal: Indicates that the value is not representable by the long double type (infinity).The constant is not necessarily representable as a float or doubleThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Vedi anche
C++ documentation for HUGE_VAL
|