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. |
| Defined in header <<fenv.h>>
|
||
| int fetestexcept( int excepts ); |
(desde C99) | |
Determina cuál de los subconjunto específico de las excepciones de punto flotante se encuentra activado. El
excepts argumento es un O-lógico de la flotando macros punto de excepción .Original:
Determines which of the specified subset of the floating point exceptions are currently set. The argument
excepts is a bitwise OR of the flotando macros punto de excepción.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.
Contenido |
[editar] Parámetros
| excepts | - | máscara de bits enumerando las banderas de excepción para la prueba
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. |
[editar] Valor de retorno
OR bit a bit de las macros de excepción de coma flotante que están incluidos en
excepts y corresponden a excepciones de punto flotante establecidos actualmente .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.
[editar] Ejemplo
| This section is incomplete Reason: no example |
[editar] Ver también
| (C99) |
borra los especificados en coma flotante indicadores de estado 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. (función) |
| C++ documentation for fetestexcept
| |