Espaços nominais
Variantes
Ações

fetestexcept

De cppreference.com
< c | numeric | fenv

<metanoindex/>

<tbody> </tbody>
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.

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.

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.

Exemplo

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.