/usr/include/boost/math
NameSizeModeActions
bindings/-0755rm
complex/-0755rm
concepts/-0755rm
constants/-0755rm
cstdfloat/-0755rm
differentiation/-0755rm
distributions/-0755rm
filters/-0755rm
interpolators/-0755rm
policies/-0755rm
quadrature/-0755rm
special_functions/-0755rm
statistics/-0755rm
tools/-0755rm
common_factor.hpp6310644editdlrm
common_factor_ct.hpp8400644editdlrm
common_factor_rt.hpp7890644editdlrm
complex.hpp9710644editdlrm
distributions.hpp24070644editdlrm
octonion.hpp2464650644editdlrm
quaternion.hpp491320644editdlrm
special_functions.hpp42390644editdlrm
tr1.hpp780490644editdlrm
tr1_c_macros.ipp141950644editdlrm
Edit: /usr/include/boost/math/common_factor_rt.hpp (789B)
// (C) Copyright John Maddock 2017. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MATH_COMMON_FACTOR_RT_HPP #define BOOST_MATH_COMMON_FACTOR_RT_HPP #include #include BOOST_HEADER_DEPRECATED(""); namespace boost { namespace math { using boost::integer::gcd; using boost::integer::lcm; using boost::integer::gcd_range; using boost::integer::lcm_range; using boost::integer::gcd_evaluator; using boost::integer::lcm_evaluator; } } #endif // BOOST_MATH_COMMON_FACTOR_RT_HPP