2
0
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:
jzmaddock
2025-05-04 13:13:16 +01:00
parent 399139c301
commit 6280934567

View File

@@ -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
}