feclearexcept
De cppreference.com
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí.
C
Operaciones atómicas (C11)
Soporte de procesos (C11)
Flotando entorno punto
Funciones
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 Macro
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 en el archivo de encabezado
<<fenv.h>>
int feclearexcept( int excepts );
(desde C99)
Los intentos para eliminar las excepciones de punto flotante que se enumeran en el
excepts
argumento máscara de bits, que es un O-lógico de la flotando macros punto de excepción .Original:
Attempts to clear the floating-point exceptions that are listed in the bitmask argument
excepts
, which 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.
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 borrar
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 si todas las excepciones indicadas se despejó con éxito o si
excepts
es cero. Devuelve un valor distinto de cero en caso de error .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] Ejemplo
Esta sección está incompleta
Razón: sin ejemplo
Razón: sin ejemplo
[editar] Ver también
(C99)
determina cuál de los indicadores de estado de punto flotante especificado se establecen
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.
(función) [editar]
Documentación de C++ para feclearexcept