#include <boost/math/tools/config.hpp>
#include <boost/math/tools/precision.hpp>
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/config/no_tr1/cmath.hpp>
#include <algorithm>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Functions | |
template<class T , class Policy > | |
T | boost::math::detail::hypot_imp (T x, T y, const Policy &pol) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | boost::math::hypot (T1 x, T2 y) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | boost::math::hypot (T1 x, T2 y, const Policy &pol) |