HUGE_VALF
Da 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. |
Definido no cabeçalho <cmath> | ||
#define HUGE_VALF /*implementation defined*/ | (desde C++11) | |
#define HUGE_VAL /*implementation defined*/ | ||
#define HUGE_VALL /*implementation defined*/ | (desde C++11) | |
O
HUGE_VALF
, HUGE_VAL
e HUGE_VALL
macros para expandir positivos expressões constantes de ponto flutuante que comparam iguais aos valores retornados pelo ponto flutuante funções e operadores em caso de estouro.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 | Expande a expressão float positivo que 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 | Expande a expressão double positivo que indica estouro, não necessariamente representado como uma 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 | Expande a expressão longdouble positivo que indica estouro, não necessariamente representado como uma float ou double Original: Expands to positive longdouble 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. |
Em implementações que suportam ponto flutuante infinitos, esses macros sempre expandir-se para as infinidades positivas de float, double, longdouble e, respectivamente.
Original:
On implementations that support floating-point infinities, these macros always expand to the positive infinities of float, double, and longdouble, 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.