2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 04:02:18 +00:00

Added boost tuple support

This commit is contained in:
Jacob Hass
2026-01-02 10:29:52 -08:00
parent ed3289df1a
commit 55e2b17b02
2 changed files with 24 additions and 2 deletions

View File

@@ -143,6 +143,8 @@ void test_spot(
quantile(complement(dist, Q)), x, tol * 10);
BOOST_CHECK_CLOSE(
dist.find_non_centrality(a, b, P, x), ncp, tol * 10);
BOOST_CHECK_CLOSE(
dist.find_non_centrality(boost::math::complement(a, b, P, x)), ncp, tol * 10);
}
if(boost::math::tools::digits<RealType>() > 50)
{