FLT_EVAL_METHOD
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>| Definido no cabeçalho <float.h>
|
||
#define FLT_EVAL_METHOD /* implementation defined */ |
(desde C99) | |
Especifica a precisão em que todas as operações de aritmética de ponto flutuante são feitas.
Original:
Specifies the precision in which all floating-point 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.
You can help to correct and verify the translation. Click here for instructions.
Valor
Original: Value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
negative values except -1
|
aplicação definida comportamento
Original: implementation-defined behavior The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
-1
|
a precisão padrão não é conhecido
Original: the default precision is not known The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
0
|
todas as operações e constantes avaliar na gama e precisão do tipo utilizado. Além disso, e
float_t double_t são equivalentes a float e double respectivamenteOriginal: all operations and constants evaluate in the range and precision of the type used. Additionally, float_t and double_t are equivalent to float and double respectivelyThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
1
|
todas as operações e constantes avaliar no intervalo e precisão de
double. Além disso, tanto float_t e double_t são equivalentes a doubleOriginal: all operations and constants evaluate in the range and precision of double. Additionally, both float_t and double_t are equivalent to doubleThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
2
|
todas as operações e constantes avaliar no intervalo e precisão de
long double. Além disso, tanto float_t e double_t são equivalentes a long doubleOriginal: all operations and constants evaluate in the range and precision of long double. Additionally, both float_t and double_t are equivalent to long doubleThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Veja também
C++ documentation for FLT_EVAL_METHOD
|