fetestexcept
De cppreference.com.
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Défini dans l'entête <<fenv.h>>
|
||
| int fetestexcept( int excepts ); |
(depuis C99) | |
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.
You can help to correct and verify the translation. Click here for instructions.
Sommaire |
[modifier] 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. |
[modifier] 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.
You can help to correct and verify the translation. Click here for instructions.
[modifier] Exemple
| This section is incomplete Reason: no example |
[modifier] Voir aussi
| (C99) |
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) |
| C++ documentation for fetestexcept
| |