feclearexcept
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.
Flutuando ponto ambiente
Funções
Original:
Functions
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.
feclearexcept
(C99)
(C99)
(C99)
(C99)(C99)
(C99)(C99)
(C99)
(C99)
(C99)
Constantes de macros
Original:
Macro constants
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.
(C99)
Definido no cabeçalho <<fenv.h>>
int feclearexcept( int excepts );
Tentativas para limpar as exceções de ponto flutuante que são listados na
excepts
argumento bitmask, que é um OR bit a bit do flutuando macros de exceção de ponto.Original:
Attempts to clear the floating-point exceptions that are listed in the bitmask argument
excepts
, which 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.
[editar] Parâmetros
excepts
-
bitmask listando as bandeiras de exceção para limpar
Original:
bitmask listing the exception flags to clear
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] Valor de retorno
0 se todas as exceções indicadas foram sucesso apagada, ou se
excepts
é zero. Retorna um valor diferente de zero em caso de erro.Original:
0 if all indicated exceptions were successfully cleared or if
excepts
is zero. Returns a non-zero value on error.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
Motivo: sem exemplo
[editar] Veja também
(C99)
determina qual dos especificados bandeiras de ponto flutuante de estado são definidas
Original:
determines which of the specified floating-point status flags are 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.
(função) [edit]
C++ documentation for feclearexcept