Varianti

fetestexcept

Da cppreference.com.
< c | numeric | fenv

<metanoindex/>

<tbody> </tbody>
Elemento definito nell'header <<fenv.h>>
int fetestexcept( int excepts );
Determina quale delle sottoinsieme specificato delle eccezioni in virgola mobile sono attualmente impostato. Il excepts argomento è un OR bit per bit del galleggiante macro di eccezione.
Original:
Determines which of the specified subset of the floating point exceptions are currently set. The argument excepts is a bitwise OR of the galleggiante macro di eccezione.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parametri

excepts -
maschera di bit che elenca le bandiere eccezione per testare
Original:
bitmask listing the exception flags to test
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valore di ritorno

OR bit per bit dei virgola mobile macro eccezioni che sono entrambi inclusi in excepts e corrispondono alle eccezioni a virgola mobile attualmente impostato.
Original:
Bitwise OR of the floating-point exception macros that are both included in excepts and correspond to floating-point exceptions currently set.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Esempio

Vedi anche

cancella le specificati virgola mobile flag di stato
Original:
clears the specified floating-point status flags
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funzione) [modifica]
C++ documentation for fetestexcept