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. |
<metanoindex/>
Veja também 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) |
valor mínimo de objeto do tipo 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. (macro constante) |
PTRDIFF_MAX (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
SIZE_MAX (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
SIG_ATOMIC_MIN (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
SIG_ATOMIC_MAX (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
WCHAR_MIN (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
WCHAR_MAX (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
WINT_MIN (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
WINT_MAX (C++11) |
valor máximo de objeto do tipo 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. (macro constante) |
Limites de tipos inteiros
Defined in header
<climits> | |
CHAR_BIT |
número de bits no 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. (macro constante) |
MB_LEN_MAX |
número máximo de bytes em um caractere multibyte 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. (macro constante) |
CHAR_MIN |
valor mínimo 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. (macro constante) |
CHAR_MAX |
valor máximo 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. (macro constante) |
SCHAR_MIN SHRT_MIN INT_MIN LONG_MIN LLONG_MIN (C++11) |
valor mínimo de signed char, short, int, long e long long respectivamenteOriginal: minimum value of signed char, short, int, long and long long respectivelyThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
SCHAR_MAX SHRT_MAX INT_MAX LONG_MAX LLONG_MAX (C++11) |
valor máximo de signed char, short, int, long e long long respectivamenteOriginal: maximum value of signed char, short, int, long and long long respectivelyThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
UCHAR_MAX USHRT_MAX UINT_MAX ULONG_MAX ULLONG_MAX (C++11) |
valor máximo de unsigned char, unsigned short, unsigned int, unsigned long e unsigned long long respectivamenteOriginal: maximum value of unsigned char, unsigned short, unsigned int,unsigned long and unsigned long long respectivelyThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
Limites de tipos de ponto flutuante
Defined in header
<cfloat> | |
FLT_RADIX |
a raiz (base inteiro) utilizado pela representação de todos os três tipos de ponto flutuante 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. (macro constante) |
DECIMAL_DIG (C++11) |
número de dígitos decimais que podem ser convertidos em long double e voltar sem perder precisão 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. (macro constante) |
FLT_MIN DBL_MIN LDBL_MIN |
valor mínimo de float, double e long double respectivamente 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. (macro constante) |
FLT_MAX DBL_MAX LDBL_MAX |
valor máximo de float, double e long double respectivamente 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. (macro constante) |
FLT_EPSILON DBL_EPSILON LDBL_EPSILON |
diferença entre 1.0 eo próximo valor representável para float, double e long double respectivamente 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. (macro constante) |
FLT_DIG DBL_DIG LDBL_DIG |
número de dígitos decimais que podem ser representados sem perder precisão para float, double e long double respectivamente 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. (macro constante) |
FLT_MANT_DIG DBL_MANT_DIG LDBL_MANT_DIG |
número de dígitos FLT_RADIX de bases que podem ser representadas sem perda de precisão para float, double e long double respectivamente 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. (macro constante) |
FLT_MIN_EXP DBL_MIN_EXP LDBL_MIN_EXP |
inteiro negativo mínimo de forma que FLT_RADIX levantada por um poder menor do que o inteiro é um normalizada float, double e long double respectivamente 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. (macro constante) |
FLT_MIN_10_EXP DBL_MIN_10_EXP LDBL_MIN_10_EXP |
inteiro negativo mínimo de forma que 10 levantada por um poder menor do que o inteiro é um normalizada float, double e long double respectivamente 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. (macro constante) |
FLT_MAX_EXP DBL_MAX_EXP LDBL_MAX_EXP |
inteiro positivo máximo tal que FLT_RADIX levantada por um poder mais do que isso é um número inteiro normalizado float, double e long double respectivamente 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. (macro constante) |
FLT_MAX_10_EXP DBL_MAX_10_EXP LDBL_MAX_10_EXP |
inteiro positivo máximo tal que 10 levantada por um poder mais do que isso é um número inteiro normalizado float, double e long double respectivamente 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. (macro constante) |
modo padrão de arredondamento de ponto flutuante aritmética 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. (macro constante) | |
(C++11) |
especifica em que precisão todas as operações aritméticas são feitas 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. (macro constante) |