A class for rounding operations which uses the BOOST library. More...
#include </cur/unifexp/rounding.h>
Static Private Attributes | |
static boost::numeric::interval_lib::rounded_arith_std < numType > | Rounding |
This is an object from the BOOST library which contains the definitions of arithmetic operations with correct rounding. |
A class for rounding operations which uses the BOOST library.
Definition at line 52 of file rounding.h.
boost::numeric::interval_lib::rounded_arith_std< numType > unifexp::tRounding< numType >::Rounding [static, private] |
This is an object from the BOOST library which contains the definitions of arithmetic operations with correct rounding.
Definition at line 89 of file rounding.h.