C numeric limits interface
Aus 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. |
Siehe auch
numeric_limits
Schnittstelle .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.
definiert in Header <cstdint> | |
PTRDIFF_MIN (C++11) | Minimalwert des Objektes der std::ptrdiff_t Typ 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. (Makro konstant) |
PTRDIFF_MAX (C++11) | maximale Wert des Objekts der std::ptrdiff_t Typ 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. (Makro konstant) |
SIZE_MAX (C++11) | maximale Wert des Objekts der std::size_t Typ 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. (Makro konstant) |
SIG_ATOMIC_MIN (C++11) | maximale Wert des Objekts der std::sig_atomic_t Typ 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. (Makro konstant) |
SIG_ATOMIC_MAX (C++11) | maximale Wert des Objekts der std::sig_atomic_t Typ 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. (Makro konstant) |
WCHAR_MIN (C++11) | maximale Wert des Objekts der wchar_t Typ 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. (Makro konstant) |
WCHAR_MAX (C++11) | maximale Wert des Objekts der wchar_t Typ 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. (Makro konstant) |
WINT_MIN (C++11) | maximale Wert des Objekts der std::wint_t Typ 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. (Makro konstant) |
WINT_MAX (C++11) | maximale Wert des Objekts der std::wint_t Typ 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. (Makro konstant) |
[Bearbeiten]Grenzen der Integer-Typen
definiert in Header <climits> | |
CHAR_BIT | Anzahl der Bits in Byte 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. (Makro konstant) |
MB_LEN_MAX | maximale Anzahl von Bytes in einer Multibyte-Zeichens 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. (Makro konstant) |
CHAR_MIN | Minimalwert von 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. (Makro konstant) |
CHAR_MAX | Maximalwert von 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. (Makro konstant) |
SCHAR_MIN SHRT_MIN INT_MIN LONG_MIN LLONG_MIN (C++11) | Minimalwert von signedchar, short, int, long und longlong sind Original: minimum value of signedchar, short, int, long and longlong respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Makro konstant) |
SCHAR_MAX SHRT_MAX INT_MAX LONG_MAX LLONG_MAX (C++11) | Maximalwert von signedchar, short, int, long und longlong sind Original: maximum value of signedchar, short, int, long and longlong respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Makro konstant) |
UCHAR_MAX USHRT_MAX UINT_MAX ULONG_MAX ULLONG_MAX (C++11) | Maximalwert von unsignedchar, unsignedshort, unsignedint, unsignedlong und unsignedlonglong sind Original: maximum value of unsignedchar, unsignedshort, unsignedint, unsignedlong and unsignedlonglong respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Makro konstant) |
[Bearbeiten]Grenzen der Fließkomma-Typen
definiert in Header <cfloat> | |
FLT_RADIX | die Radix (integer Basis) durch die Darstellung aller drei Fließkomma-Typen verwendet 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. (Makro konstant) |
DECIMAL_DIG (C++11) | Anzahl der Dezimalstellen, die longdouble und zurück ohne Präzision umgewandelt werden können Original: number of decimal digits that can be converted to longdouble 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. (Makro konstant) |
FLT_MIN DBL_MIN LDBL_MIN | Minimalwert von float, double und longdouble sind Original: minimum value 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. (Makro konstant) |
FLT_MAX DBL_MAX LDBL_MAX | Maximalwert von float, double und longdouble sind Original: maximum value 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. (Makro konstant) |
FLT_EPSILON DBL_EPSILON LDBL_EPSILON | Unterschied zwischen 1.0 und dem nächsten darstellbaren Wert für float, double und longdouble sind Original: difference between 1.0 and the next representable value for 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. (Makro konstant) |
FLT_DIG DBL_DIG LDBL_DIG | Anzahl der Dezimalstellen, die ohne Präzision für float, double und longdouble bzw. dargestellt werden können Original: number of decimal digits that can be represented without losing precision for 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. (Makro konstant) |
FLT_MANT_DIG DBL_MANT_DIG LDBL_MANT_DIG | anzahlł FLT_RADIX Ziffern, die ohne Verlust Präzision für float dargestellt werden kann, und doublelongdouble sind Original: number of base FLT_RADIX digits that can be represented without losing precision for 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. (Makro konstant) |
FLT_MIN_EXP DBL_MIN_EXP LDBL_MIN_EXP | minimale negative Zahl, so dass FLT_RADIX by power one weniger als diese Zahl erhöht ist ein normalisierter float, double und longdouble sind Original: minimum negative integer such that FLT_RADIX raised by power one less than that integer is a normalized 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. (Makro konstant) |
FLT_MIN_10_EXP DBL_MIN_10_EXP LDBL_MIN_10_EXP | minimale negative Zahl, so dass 10 by power one weniger als diese Zahl erhöht ist ein normalisierter float, double und longdouble sind Original: minimum negative integer such that 10 raised by power one less than that integer is a normalized 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. (Makro konstant) |
FLT_MAX_EXP DBL_MAX_EXP LDBL_MAX_EXP | maximale positive ganze Zahl, so dass FLT_RADIX von Potenz ein mehr als diese Zahl ist eine normalisierte float, double und longdouble sind Original: maximum positive integer such that FLT_RADIX raised by power one more than that integer is a normalized 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. (Makro konstant) |
FLT_MAX_10_EXP DBL_MAX_10_EXP LDBL_MAX_10_EXP | maximale positive ganze Zahl, so dass 10 von Potenz ein mehr als diese Zahl ist eine normalisierte float, double und longdouble sind Original: maximum positive integer such that 10 raised by power one more than that integer is a normalized 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. (Makro konstant) |
Standardmäßig Rundungsmodus der Floating-Point-Arithmetik 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. (Makro konstant) | |
(C++11) | gibt an, in welcher Genauigkeit alle arithmetischen Operationen durchgeführt 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. (Makro konstant) |