FE_DFL_ENV
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 <<fenv.h>>
|
||
#define FE_DFL_ENV /*implementation defined*/ |
||
Il FE_DFL_ENV macro costante si espande a un'espressione di
const fenv_t* tipo, che punta ad una copia completa dell'ambiente predefinito in virgola mobile, vale a dire, l'ambiente caricato all'avvio del programma.Original:
The macro constant FE_DFL_ENV expands to an expression of type
const fenv_t*, which points to a full copy of the default floating-point environment, that is, the environment as loaded at program startup.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.
Ulteriori macro che iniziano con
FE_ seguita da lettere maiuscole, e hanno la const fenv_t* tipo, possono essere supportati da una implementazione.Original:
Additional macros that begin with
FE_ followed by uppercase letters, and have the type const fenv_t*, may be supported by an implementation.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.
Esempio
| This section is incomplete Reason: no example |
Vedi anche
(C99) |
salva o ripristina l'ambiente corrente in virgola mobile Original: saves or restores the current floating point environment The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) |
(C99) |
ripristina la virgola mobile e solleva l'ambiente precedentemente generare eccezioni Original: restores the floating-point environment and raises the previously raise exceptions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) |
C++ documentation for FE_DFL_ENV
| |