FLT_ROUNDS
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. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <float.h>
|
||
#define FLT_ROUNDS /* implementation defined */ |
(dal C99) | |
Specifica la direzione arrotondamento di operazioni in virgola mobile aritmetiche.
Original:
Specifies the rounding direction of floating-point arithmetic operations.
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 |
-1
|
la direzione dell'arrotondamento predefinito non è noto
Original: the default rounding direction 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
|
verso lo zero
Original: toward zero The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
1
|
al più vicino
Original: to nearest The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
2
|
verso l'infinito positivo
Original: towards positive infinity The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
3
|
verso l'infinito negativo
Original: towards negative infinity The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| other values | 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. |
Vedi anche
C++ documentation for FLT_ROUNDS
|