C numeric limits interface
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. |
Voir également l'interface
numeric_limits .Original:
See also
numeric_limits interface.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.
| Defined in header
<cstdint> | |
| PTRDIFF_MIN (C++11) |
valeur minimale de l'objet de type std::ptrdiff_t Original: minimum value of object of std::ptrdiff_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| PTRDIFF_MAX (C++11) |
valeur maximale de l'objet de type std::ptrdiff_t Original: maximum value of object of std::ptrdiff_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| SIZE_MAX (C++11) |
valeur maximale de l'objet de type std::size_t Original: maximum value of object of std::size_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| SIG_ATOMIC_MIN (C++11) |
valeur maximale de l'objet de type std::sig_atomic_t Original: maximum value of object of std::sig_atomic_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| SIG_ATOMIC_MAX (C++11) |
valeur maximale de l'objet de type std::sig_atomic_t Original: maximum value of object of std::sig_atomic_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| WCHAR_MIN (C++11) |
valeur maximale de l'objet de type wchar_t Original: maximum value of object of wchar_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| WCHAR_MAX (C++11) |
valeur maximale de l'objet de type wchar_t Original: maximum value of object of wchar_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| WINT_MIN (C++11) |
valeur maximale de l'objet de type std::wint_t Original: maximum value of object of std::wint_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| WINT_MAX (C++11) |
valeur maximale de l'objet de type std::wint_t Original: maximum value of object of std::wint_t type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
[modifier] Limites des types entiers
| Defined in header
<climits> | |
| CHAR_BIT |
nombre de bits de l'octet Original: number of bits in byte The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| MB_LEN_MAX |
nombre maximal d'octets dans un caractère multi-octets Original: maximum number of bytes in a multibyte character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| CHAR_MIN |
valeur minimale de char Original: minimum value of char The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| CHAR_MAX |
valeur maximale de char Original: maximum value of char The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| SCHAR_MIN SHRT_MIN INT_MIN LONG_MIN LLONG_MIN (C++11) |
valeur minimale de signed char, short, int, long et long long respectivement Original: minimum value of signed char, short, int, long and long long respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| SCHAR_MAX SHRT_MAX INT_MAX LONG_MAX LLONG_MAX (C++11) |
valeur maximale de signed char, short, int, long et long long respectivement Original: maximum value of signed char, short, int, long and long long respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| UCHAR_MAX USHRT_MAX UINT_MAX ULONG_MAX ULLONG_MAX (C++11) |
valeur maximale de unsigned char, unsigned short, unsigned int, unsigned long et unsigned long long respectivement Original: maximum value of unsigned char, unsigned short, unsigned int, unsigned long and unsigned long long respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
[modifier] Limites des types virgule flottante
| Defined in header
<cfloat> | |
| FLT_RADIX |
la base (base entier) utilisé par la représentation de l'ensemble des trois types virgule flottante Original: the radix (integer base) used by the representation of all three floating-point types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| DECIMAL_DIG (C++11) |
nombre de chiffres décimaux qui peuvent être convertis en long double et en arrière sans perte de précision Original: number of decimal digits that can be converted to long double and back without losing precision The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
| FLT_MIN DBL_MIN LDBL_MIN |
valeur minimale de float, double et long double respectivement Original: minimum value 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. (constante macro) |
| FLT_MAX DBL_MAX LDBL_MAX |
valeur maximale de float, double et long double respectivement Original: maximum value 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. (constante macro) |
| FLT_EPSILON DBL_EPSILON LDBL_EPSILON |
1.0 différence entre la valeur et la prochaine représentable pour float, double et long double respectivement Original: difference between 1.0 and the next representable value for 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. (constante macro) |
| FLT_DIG DBL_DIG LDBL_DIG |
nombre de chiffres décimaux qui peuvent être représentées sans perte de précision pour float, double et long double respectivement Original: number of decimal digits that can be represented without losing precision for 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. (constante macro) |
| FLT_MANT_DIG DBL_MANT_DIG LDBL_MANT_DIG |
nombre de chiffres FLT_RADIX de base qui peut être représenté sans perte de précision pour float, double et long double respectivement Original: number of base FLT_RADIX digits that can be represented without losing precision for 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. (constante macro) |
| FLT_MIN_EXP DBL_MIN_EXP LDBL_MIN_EXP |
minimale entier négatif tel que soulevé par la puissance FLT_RADIX un de moins que ce nombre entier est un float normalisée, double et long double respectivement Original: minimum negative integer such that FLT_RADIX raised by power one less than that integer is a normalized 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. (constante macro) |
| FLT_MIN_10_EXP DBL_MIN_10_EXP LDBL_MIN_10_EXP |
minimale entier négatif tel que soulevé par la puissance 10 un de moins que ce nombre entier est un float normalisée, double et long double respectivement Original: minimum negative integer such that 10 raised by power one less than that integer is a normalized 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. (constante macro) |
| FLT_MAX_EXP DBL_MAX_EXP LDBL_MAX_EXP |
maximale entier positif tel que FLT_RADIX soulevée par une puissance de plus de cet entier est un float normalisée, et double long double respectivement Original: maximum positive integer such that FLT_RADIX raised by power one more than that integer is a normalized 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. (constante macro) |
| FLT_MAX_10_EXP DBL_MAX_10_EXP LDBL_MAX_10_EXP |
maximale entier positif tel que 10 soulevée par une puissance de plus de cet entier est un float normalisée, et double long double respectivement Original: maximum positive integer such that 10 raised by power one more than that integer is a normalized 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. (constante macro) |
| mode d'arrondi par défaut de l'arithmétique à virgule flottante Original: default rounding mode of floating-point arithmetics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) | |
| (C++11) |
spécifie dans quelle précision toutes les opérations arithmétiques sont effectuées Original: specifies in what precision all arithmetic operations are done The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |