Lines Matching refs:math
7 https://github.com/boostorg/math/issues/673.
10 - backport from boostorg/math 7d482f6ebc356e6ec455ccb5f51a23971bf6ce5b
16 libs/math/test/Jamfile.v2 | 3 +++
25 diff --git a/boost/math/special_functions/detail/bernoulli_details.hpp b/boost/math/special_functio…
27 --- a/boost/math/special_functions/detail/bernoulli_details.hpp
28 +++ b/boost/math/special_functions/detail/bernoulli_details.hpp
39 …*out = (i >= m_overflow_limit) ? policies::raise_overflow_error<T>("boost::math::bernoulli_b2n<%1%…
74 diff --git a/libs/math/test/Jamfile.v2 b/libs/math/test/Jamfile.v2
76 --- a/libs/math/test/Jamfile.v2
77 +++ b/libs/math/test/Jamfile.v2
101 +#include <boost/math/special_functions/bernoulli.hpp>
106 + check_result<double>(boost::math::bernoulli_b2n<double>(4));
121 +#include <boost/math/special_functions/bernoulli.hpp>
127 + check_result<boost::multiprecision::cpp_bin_float_50>(boost::math::bernoulli_b2n<boost::multipr…
143 +#include <boost/math/special_functions/bernoulli.hpp>
149 + check_result<boost::multiprecision::cpp_bin_float_50>(boost::math::bernoulli_b2n<boost::multipr…