Diferencia entre revisiones de «cpp/numeric/math/math errhandling»
De cppreference.com
m (Use {{lc}}. Update links. Various fixes.) |
(actualización) |
||
Línea 1: | Línea 1: | ||
− | |||
{{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 /* | + | #define math_errhandling /**/ |
}} | }} | ||
{{dcl end}} | {{dcl end}} | ||
− | + | {{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}}). | |
− | + | 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 | | + | {{dsc hitem | | }} |
− | {{dsc | {{tt|MATH_ERREXCEPT}} | | + | {{dsc | {{tt|MATH_ERREXCEPT}} | |