#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/config/no_tr1/complex.hpp>
#include <boost/limits.hpp>
#include <math.h>
#include <boost/config/no_tr1/cmath.hpp>
#include <boost/math/special_functions/sign.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/constants/constants.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Functions | |
template<class T > | |
T | boost::math::detail::mult_minus_one (const T &t) |
template<class T > | |
std::complex< T > | boost::math::detail::mult_i (const std::complex< T > &t) |
template<class T > | |
std::complex< T > | boost::math::detail::mult_minus_i (const std::complex< T > &t) |
template<class T > | |
T | boost::math::detail::safe_max (T t) |
long double | boost::math::detail::safe_max (long double t) |
template<class T > | |
T | boost::math::detail::safe_min (T t) |
long double | boost::math::detail::safe_min (long double t) |