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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user