/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_ct.hpp (840B)
// Boost common_factor_ct.hpp header file ----------------------------------// // (C) Copyright John Maddock 2017. // Distributed under 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) // See http://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_MATH_COMMON_FACTOR_CT_HPP #define BOOST_MATH_COMMON_FACTOR_CT_HPP #include #include BOOST_HEADER_DEPRECATED(""); namespace boost { namespace math { using boost::integer::static_gcd; using boost::integer::static_lcm; using boost::integer::static_gcd_type; } // namespace math } // namespace boost #endif // BOOST_MATH_COMMON_FACTOR_CT_HPP