Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
details.hpp File Reference
#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>
Include dependency graph for details.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 >
T boost::math::detail::mult_minus_one (const T &t)
 
template<class T >
std::complex< Tboost::math::detail::mult_i (const std::complex< T > &t)
 
template<class T >
std::complex< Tboost::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)