2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00

Fix debug build.

This commit is contained in:
jzmaddock
2014-02-28 19:07:51 +00:00
parent ce04b996b3
commit 4fef819a00

View File

@@ -472,7 +472,7 @@ T gamma_imp(T z, const Policy& pol, const lanczos::undefined_lanczos&)
gamma_value *= sinpx(z);
BOOST_MATH_INSTRUMENT_VARIABLE(result);
BOOST_MATH_INSTRUMENT_VARIABLE(gamma_value);
const bool result_is_too_large_to_represent = ( (abs(gamma_value) < 1)
&& ((tools::max_value<T>() * abs(gamma_value)) < boost::math::constants::pi<T>()));