Espaços nominais
Variantes
Acções

fetestexcept

Da cppreference.com
< c‎ | numeric‎ | fenv

Definido no cabeçalho <<fenv.h>>
int fetestexcept( int excepts );
Determina qual o subconjunto especificado de exceções de ponto flutuante estão atualmente definidas. O excepts argumento é um OR bit a bit do flutuando macros de exceção de ponto.
Original:
Determines which of the specified subset of the floating point exceptions are currently set. The argument excepts is a bitwise OR of the flutuando macros de exceção de ponto.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Índice

[editar] Parâmetros

excepts -
bitmask listando as bandeiras de exceção para testar
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 das macros de ponto flutuante de exceção que são ambos incluídos no excepts e correspondem a exceções de ponto flutuante definidos atualmente.
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] Exemplo

[editar] Veja também

limpa os especificados bandeiras de ponto flutuante de status
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.

(função) [edit]
C++ documentation for fetestexcept