std::numeric_limits::has_denorm
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. |
<metanoindex/>
<tbody> </tbody> static const std::float_denorm_style has_denorm |
(avant C++11) | |
static constexpr std::float_denorm_style has_denorm |
(depuis C++11) | |
La valeur de
std::numeric_limits<T>::has_denorm identifie les types à virgule flottante qui soutiennent Les valeurs inférieures à la normale .Original:
The value of
std::numeric_limits<T>::has_denorm identifies the floating-point types that support Les valeurs inférieures à la normale.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.
Spécialisations standard
T
|
valeur de
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
|
généralement 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
|
généralement 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
|
généralement 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. |
Voir aussi
[ statique ]Original: static The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
retourne la plus petite valeur positive inférieure à la normale de la donnée à virgule flottante de type 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. (fonction membre publique statique) |
indique les modes de dénormalisation à virgule flottante 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) |