Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
arith3.hpp File Reference
#include <boost/numeric/interval/detail/interval_prototype.hpp>
#include <boost/numeric/interval/detail/test_input.hpp>
Include dependency graph for arith3.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::interval_lib
 

Functions

template<class I >
boost::numeric::interval_lib::add (const typename I::base_type &x, const typename I::base_type &y)
 
template<class I >
boost::numeric::interval_lib::sub (const typename I::base_type &x, const typename I::base_type &y)
 
template<class I >
boost::numeric::interval_lib::mul (const typename I::base_type &x, const typename I::base_type &y)
 
template<class I >
boost::numeric::interval_lib::div (const typename I::base_type &x, const typename I::base_type &y)