#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/tools/config.hpp>
#include <boost/math/special_functions/trunc.hpp>
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) |