Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
trunc.hpp File Reference
Include dependency graph for trunc.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::trunc (const T &v, const Policy &pol, const mpl::false_ &)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::detail::trunc (const T &v, const Policy &, const mpl::true_ &)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::trunc (const T &v, const Policy &pol)
 
template<class T >
tools::promote_args< T >::type boost::math::trunc (const T &v)
 
template<class T , class Policy >
int boost::math::itrunc (const T &v, const Policy &pol)
 
template<class T >
int boost::math::itrunc (const T &v)
 
template<class T , class Policy >
long boost::math::ltrunc (const T &v, const Policy &pol)
 
template<class T >
long boost::math::ltrunc (const T &v)