integer/include/boost
Andrey Semashev 33c165552c Fixed incorrect loop termination in lcm_range.
lcm_range used to incorrectly terminate on value of 1. Instead, it should
terminate on 0 since any further elements of the range no longer affect
the result of the function.

Also, added tests for the gcd_range and lcm_range functions verifying
that they terminate their loops at the correct points.
2019-03-26 01:55:18 +03:00
..
integer Fixed incorrect loop termination in lcm_range. 2019-03-26 01:55:18 +03:00
pending [ci skip] Deprecate boost/pending/integer_log2.hpp 2018-02-11 12:32:14 -06:00
integer_fwd.hpp Placed GCD and LCM typdefs and declarations in integer_fwd.hpp inside namespace boost::integer (was in boost::math) and checked that expected tests pass (and expected fails fail). 2015-01-29 11:53:02 +00:00
integer_traits.hpp TypeTraits: Remove use of obsolete GCC version check. 2013-09-30 15:55:29 +00:00
integer.hpp manage with #4881. 2015-01-25 17:11:04 +01:00