Espacios de nombres
Variantes
Acciones

Diferencia entre revisiones de «cpp/numeric/math/math errhandling»

De cppreference.com
< cpp‎ | numeric‎ | math
m (Use {{lc}}. Update links. Various fixes.)
(actualización)
 
Línea 1: Línea 1:
{{tr_note}}
 
 
{{title|MATH_ERRNO, MATH_ERREXCEPT, math_errhandling}}
 
{{title|MATH_ERRNO, MATH_ERREXCEPT, math_errhandling}}
 
{{cpp/numeric/math/navbar}}
 
{{cpp/numeric/math/navbar}}
Línea 11: Línea 10:
 
}}
 
}}
 
{{dcl | since=c++11 |
 
{{dcl | since=c++11 |
#define math_errhandling  /*implementation defined*/
+
#define math_errhandling  /**/
 
}}
 
}}
 
{{dcl end}}
 
{{dcl end}}
  
{{tr|El {{tt|math_errhandling}} constante macro expande una expresión de {{c|int}} tipo que es o bien igual a {{tt|MATH_ERRNO}}, o igual a {{tt|MATH_ERREXCEPT}}, o igual a su OR bit a bit ({{c|MATH_ERRNO {{!}} MATH_ERREXCEPT}}) .|The macro constant {{tt|math_errhandling}} expands to an expression of type {{c|int}} that is either equal to {{tt|MATH_ERRNO}}, or equal to {{tt|MATH_ERREXCEPT}}, or equal to their bitwise OR ({{c|MATH_ERRNO {{!}} MATH_ERREXCEPT}}).}}
+
{{tt|math_errhandling}} expande una expresión de {{c|int}} que es igual a {{tt|MATH_ERRNO}}, o igual a {{tt|MATH_ERREXCEPT}}, o igual a su OR bit a bit ({{c|MATH_ERRNO {{!}} MATH_ERREXCEPT}}).
  
{{tr|El valor de {{tt|math_errhandling}} indica el tipo de control de errores que se lleva a cabo por los operadores de punto flotante y funciones:|The value of {{tt|math_errhandling}} indicates the type of error handling that is performed by the floating-point operators and functions:}}
+
El valor de {{tt|math_errhandling}} indica el tipo de de errores que los operadores de punto flotante y funciones:
  
 
{{dsc begin}}
 
{{dsc begin}}
{{dsc hitem |{{tr| Constant | Constant }}| Explanation}}
+
{{dsc hitem | | }}
{{dsc | {{tt|MATH_ERREXCEPT}} |{{tr| indica que las excepciones de punto flotante se utilizan: por lo menos {{lc|FE_DIVBYZERO}}, {{lc|FE_INVALID}} y {{lc|FE_OVERFLOW}} se definen en {{c|<cfenv>}} .| indicates that floating-point exceptions are used: at least {{lc|FE_DIVBYZERO}}, {{lc|FE_INVALID}}, and {{lc|FE_OVERFLOW}} are defined in {{c|<cfenv>}}.}}}}
+
{{dsc | {{tt|MATH_ERREXCEPT}} |