◐ Shell
clean mode source ↗

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.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

Elemento definito nell'header

<cmath>

#define HUGE_VALF /*implementation defined*/

(dal C++11)

#define HUGE_VAL /*implementation defined*/

#define HUGE_VALL /*implementation defined*/

(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.
You can help to correct and verify the translation. Click here for instructions.

Explanation
HUGE_VALF

Si espande espressione float positivo che indica overflow

Original:

Expands to positive float expression that indicates overflow

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

HUGE_VAL

Si espande espressione double positivo che indica overflow, non necessariamente rappresentabile come float

Original:

Expands to positive double expression that indicates overflow, 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

Si espande espressione long double positivo che indica overflow, non necessariamente rappresentabile come float o double

Original:

Expands to positive long double expression that indicates overflow, 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.

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.