Static Private Attributes

unifexp::tRounding< numType > Class Template Reference

A class for rounding operations which uses the BOOST library. More...

#include </cur/unifexp/rounding.h>

List of all members.

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.

Detailed Description

template<class numType>
class unifexp::tRounding< numType >

A class for rounding operations which uses the BOOST library.

Definition at line 52 of file rounding.h.


Member Data Documentation

template<class numType >
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.


The documentation for this class was generated from the following file: