Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
round.hpp File Reference
Include dependency graph for round.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::detail
 

Functions

template<class T , class Policy >
tools::promote_args< T >::type boost::math::detail::round (const T &v, const Policy &pol, const mpl::false_)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::detail::round (const T &v, const Policy &, const mpl::true_)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::round (const T &v, const Policy &pol)
 
template<class T >
tools::promote_args< T >::type boost::math::round (const T &v)
 
template<class T , class Policy >
int boost::math::iround (const T &v, const Policy &pol)
 
template<class T >
int boost::math::iround (const T &v)
 
template<class T , class Policy >
long boost::math::lround (const T &v, const Policy &pol)
 
template<class T >
long boost::math::lround (const T &v)