mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Coverage: legendre_stieltjes test case.
This commit is contained in:
@@ -129,6 +129,10 @@ void test_legendre_stieltjes()
|
||||
BOOST_CHECK_SMALL(En(zero), 50*tol);
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef BOOST_MATH_NO_EXCEPTIONS
|
||||
BOOST_CHECK_THROW(legendre_stieltjes<Real>(0), std::domain_error);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user