HUGE_VALF
De cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
</div> </div>
Déclaré dans l'en-tête <cmath>
|
||
#define HUGE_VALF /*implementation defined*/ |
(depuis C++11) | |
#define HUGE_VAL /*implementation defined*/ |
||
#define HUGE_VALL /*implementation defined*/ |
(depuis C++11) | |
Le
HUGE_VALF
, HUGE_VAL
et HUGE_VALL
macros étendre à positives expressions en virgule flottante constants qui permettent de comparer égales aux valeurs renvoyées par les fonctions en virgule flottante et les opérateurs en cas de débordement .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.
You can help to correct and verify the translation. Click here for instructions.
Constante
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
|
Étend à l'expression float positif qui indique débordement
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
|
Étend à l'expression double positif qui indique débordement, pas nécessairement représentable comme un 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
|
Étend à l'expression long double positif qui indique débordement, pas nécessairement représentable comme un float ou 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. |
Sur les implémentations qui prennent en charge à virgule flottante infinis, ces macros toujours étendre aux infinis positifs de float, double et long double, respectivement .
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.
You can help to correct and verify the translation. Click here for instructions.