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

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 

Functions

template<class T , class Policy >
T boost::math::modf (const T &v, T *ipart, const Policy &pol)
 
template<class T >
T boost::math::modf (const T &v, T *ipart)
 
template<class T , class Policy >
T boost::math::modf (const T &v, int *ipart, const Policy &pol)
 
template<class T >
T boost::math::modf (const T &v, int *ipart)
 
template<class T , class Policy >
T boost::math::modf (const T &v, long *ipart, const Policy &pol)
 
template<class T >
T boost::math::modf (const T &v, long *ipart)