◐ Shell
clean mode source ↗

C numeric limits interface – cppreference.com

Aus cppreference.com

<metanoindex/>

Siehe auch numeric_limits Schnittstelle .

Original:

The text has been machine-translated via Google Translate.
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)

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 signed char, short, int, long und long long sind

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.


(Makro konstant)

SCHAR_MAX
SHRT_MAX
INT_MAX
LONG_MAX
LLONG_MAX

(C++11)

Maximalwert von signed char, short, int, long und long long sind

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.


(Makro konstant)

UCHAR_MAX
USHRT_MAX
UINT_MAX
ULONG_MAX
ULLONG_MAX

(C++11)

Maximalwert von unsigned char, unsigned short, unsigned int,
unsigned long und unsigned long long sind

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.


(Makro konstant)

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 long double und zurück ohne Präzision umgewandelt werden können

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.


(Makro konstant)

FLT_MIN
DBL_MIN
LDBL_MIN

Minimalwert von float, double und long double sind

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.


(Makro konstant)

FLT_MAX
DBL_MAX
LDBL_MAX

Maximalwert von float, double und long double sind

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.


(Makro konstant)

FLT_EPSILON
DBL_EPSILON
LDBL_EPSILON

Unterschied zwischen 1.0 und dem nächsten darstellbaren Wert für float, double und long double sind

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.


(Makro konstant)

FLT_DIG
DBL_DIG
LDBL_DIG

Anzahl der Dezimalstellen, die ohne Präzision für float, double und long double bzw. dargestellt werden können

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.


(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 double long double sind

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.


(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 long double sind

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.


(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 long double sind

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.


(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 long double sind

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.


(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 long double sind

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.


(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)

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)