2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix inspection report issues.

This commit is contained in:
jzmaddock
2021-05-24 13:20:45 +01:00
parent c0afe2763a
commit 84b8e4ac81

View File

@@ -4554,7 +4554,7 @@ std::vector<std::vector<T> > const & get_test_data()
fact = fact * T(k++);
if (k > 500)
break;
}while(std::numeric_limits<T>::max() / k > fact);
}while((std::numeric_limits<T>::max)() / k > fact);
fact = 0.5;
mp_t srpi = sqrt(boost::math::constants::pi<mp_t>());