Espacios de nombres
Variantes

fetestexcept

De cppreference.com
< c | numeric | fenv
Definido en el archivo de encabezado [[cpp/header/<fenv.h>|<<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.

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.

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.

Ejemplo

Ver también

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) [editar]
Documentación de C++ para fetestexcept
Morty Proxy This is a proxified and sanitized view of the page, visit original site.