fetestexcept
Da 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. |
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.
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.
You can help to correct and verify the translation. Click here for instructions.
[editar] Exemplo
Esta seção está incompleta Motivo: sem exemplo |
[editar] Veja também
(C99) |
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) |
C++ documentation for fetestexcept
|