FLT_EVAL_METHOD
Da cppreference.com.
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Defined in header <float.h>
|
||
#define FLT_EVAL_METHOD /* implementation defined */ |
(dal C99) | |
Consente di specificare la precisione in cui si svolgono tutte le operazioni in virgola mobile aritmetiche.
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.
Valore
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
|
implementazione definita 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
|
la precisione predefinita non è noto
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
|
tutte le operazioni e le costanti valutare nella gamma e precisione del tipo utilizzato. Inoltre, float_t e double_t sono equivalenti a float e double rispettivamente
Original: 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 respectively The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
1
|
tutte le operazioni e le costanti di valutare nel range e la precisione di double. Inoltre, sia float_t e double_t sono equivalenti a double
Original: all operations and constants evaluate in the range and precision of double. Additionally, both float_t and double_t are equivalent to double The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
2
|
tutte le operazioni e le costanti di valutare nel range e la precisione di long double. Inoltre, sia float_t e double_t sono equivalenti a long double
Original: all operations and constants evaluate in the range and precision of long double. Additionally, both float_t and double_t are equivalent to long double The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifica] Vedi anche
C++ documentation for FLT_EVAL_METHOD
|