Searched defs:lcm (Results 1 – 3 of 3) sorted by relevance
8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function
455 inline BOOST_CXX14_CONSTEXPR Integer lcm(Integer const &a, Integer const &b) BOOST_GCD_NOEXCEPT(Int… in lcm() function472 inline BOOST_CXX14_CONSTEXPR Integer lcm(Integer const &a, Integer const &b, Integer const& c, Args… in lcm() function487 …:numeric_limits<Integer>::is_specialized, boost::rational<Integer> >::type lcm(boost::rational<Int… in lcm() function
107 IntType lcm(IntType n, IntType m) in lcm() function