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

Added documentation; changed parameter naming

This commit is contained in:
Jacob Hass
2026-01-02 12:04:39 -08:00
parent b330dd7e0c
commit 2464bcc8e0
3 changed files with 31 additions and 12 deletions

View File

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