HUGE_VALF - cppreference.com
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 <cmath> |
||
|
|
(dal C++11) | |
|
|
||
|
|
(dal C++11) | |
Il HUGE_VALF, HUGE_VAL e HUGE_VALL macro positivi si espandono per le espressioni costanti in virgola mobile, che risultano uguali ai valori restituiti da virgola mobile funzioni e gli operatori in caso di troppo pieno.
Original:
The HUGE_VALF, HUGE_VAL and HUGE_VALL macros expand to positive floating point constant expressions which compare equal to the values returned by floating-point functions and operators in case of overflow.
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. |
Explanation |
HUGE_VALF
|
Si espande espressione Original: Expands to positive The text has been machine-translated via Google Translate. |
HUGE_VAL
|
Si espande espressione Original: Expands to positive The text has been machine-translated via Google Translate. |
HUGE_VALL
|
Si espande espressione Original: Expands to positive The text has been machine-translated via Google Translate. |
In implementazioni che supportano virgola mobile infiniti, queste macro sempre si espandono per gli infiniti positivi float, double e long double, rispettivamente.
Original:
On implementations that support floating-point infinities, these macros always expand to the positive infinities of float, double, and long double, respectively.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.