2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
jzmaddock
2934670e51 Disable some tests for older msvc compilers. 2016-07-11 18:31:51 +01:00
jzmaddock
bea587f3fd Merge branch 'gcd_n' of https://github.com/jeremy-murphy/math into develop
# Resolved Conflicts:
#	include/boost/math/common_factor_rt.hpp
#	test/test_gcd.cpp
2016-05-09 18:59:17 +01:00
Jeremy W. Murphy
e3101bc0eb Return pair of <T, I> that includes the termination position. 2016-05-07 14:33:35 +10:00
Jeremy W. Murphy
ffd40ccb5f Actually test n = 1 for gcd_range. 2016-05-07 11:01:57 +10:00
Jeremy W. Murphy
df8c6584dc Rename gcd_n to gcd_range. 2016-05-07 10:58:43 +10:00
Jeremy W. Murphy
03e71021ac Unit test.
# Conflicts:
#	include/boost/math/common_factor_rt.hpp
2016-04-15 07:20:15 +10:00
Jeremy W. Murphy
5b8c448ce0 gcd of n values. 2016-04-14 14:22:12 +10:00
jzmaddock
e1dd0645a7 Improve gcd tests. 2016-04-06 18:02:39 +01:00
Jeremy W. Murphy
c491caf93b Test zero across all types too. 2016-03-02 14:24:41 +11:00
Jeremy W. Murphy
48838637c4 Explicitly use gcd from Boost.Math, not multiprecision type's. 2016-02-25 08:55:11 -08:00
Jeremy W. Murphy
b86b89c8e2 Unit tests for gcd. 2016-02-11 09:36:32 +11:00