math-gcd.qbk 736 B

123456789101112131415161718
  1. [mathpart gcd_lcm Integer Utilities (Greatest Common Divisor and Least Common Multiple)]
  2. This code has now been moved to Boost.Integer, please see [@http://www.boost.org/doc/libs/release/libs/integer/doc/html/index.html here].
  3. Note that for the time being the headers `<boost/math/common_factor.hpp>`, `<boost/math/common_factor_ct.hpp>` and `<boost/math/common_factor_rt.hpp>` will continue to exist
  4. and redirect to the moved headers.
  5. [endmathpart] [/mathpart gcd_lcm Integer Utilities (Greatest Common Divisor and Least Common Multiple)]
  6. [/
  7. Copyright 2005, 2013 Daryle Walker.
  8. Distributed under the Boost Software License, Version 1.0.
  9. (See accompanying file LICENSE_1_0.txt or copy at
  10. http://www.boost.org/LICENSE_1_0.txt).
  11. ]