Espaces de noms
Variantes

fetestexcept

De cppreference.com
< c | numeric | fenv

<metanoindex/>

<tbody> </tbody>
Déclaré dans l'en-tête <<fenv.h>>
int fetestexcept( int excepts );
Détermine le sous-ensemble spécifié de la des exceptions à virgule flottante sont indiqués. Le excepts argument est un OU bit à bit de la flottant point exception des macros .
Original:
Determines which of the specified subset of the floating point exceptions are currently set. The argument excepts is a bitwise OR of the flottant point exception des macros.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

excepts -
masque la liste des drapeaux d'exceptions à tester
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.

Retourne la valeur

OU binaire entre les macros exception de virgule flottante qui sont tous deux inclus dans excepts et correspondent aux exceptions de virgule flottante actuellement définies .
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.

Exemple

Voir aussi

efface les indicateurs d'état spécifiées à virgule flottante
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.

(fonction) [edit]
C++ documentation for fetestexcept
Morty Proxy This is a proxified and sanitized view of the page, visit original site.