std::numeric_limits::has_denorm
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> static const std::float_denorm_style has_denorm |
(fino al c++11) | |
static constexpr std::float_denorm_style has_denorm |
(dal C++11) | |
Il valore delle
std::numeric_limits<T>::has_denorm individua le tipi a virgola mobile che supportano valori inferiori alla norma.Original:
The value of
std::numeric_limits<T>::has_denorm identifies the floating-point types that support valori inferiori alla norma.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.
Specializzazioni standard
T
|
valore di
std::numeric_limits<T>::has_denorm Original: value of std::numeric_limits<T>::has_denorm The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| /* non-specialized */ | std::denorm_absent |
bool
|
std::denorm_absent |
char
|
std::denorm_absent |
signed char
|
std::denorm_absent |
unsigned char
|
std::denorm_absent |
wchar_t
|
std::denorm_absent |
char16_t
|
std::denorm_absent |
char32_t
|
std::denorm_absent |
short
|
std::denorm_absent |
unsigned short
|
std::denorm_absent |
int
|
std::denorm_absent |
unsigned int
|
std::denorm_absent |
long
|
std::denorm_absent |
unsigned long
|
std::denorm_absent |
long long
|
std::denorm_absent |
unsigned long long
|
std::denorm_absent |
float
|
di solito std::denorm_present
Original: usually std::denorm_present The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
double
|
di solito std::denorm_present
Original: usually std::denorm_present The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
long double
|
di solito std::denorm_present
Original: usually std::denorm_present The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Vedi anche
[statico] |
restituisce il più piccolo valore positivo subnormale di un dato tipo a virgola mobile Original: returns the smallest positive subnormal value of the given floating-point type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico statico) |
indica le modalità a virgola mobile denormalizzazione Original: indicates floating-point denormalization modes The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (enum) | |