Espacios de nombres
Variantes
Acciones

fetestexcept

De cppreference.com
< c‎ | numeric‎ | fenv
Definido en el archivo de encabezado <<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.

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.

[editar] Ejemplo

[editar] 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