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

Added tests and changed namescapes

This commit is contained in:
Jacob Hass
2025-12-30 20:13:40 -08:00
parent 89f8dd36b0
commit ed3289df1a
2 changed files with 72 additions and 48 deletions

View File

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