]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/compile_test/sf_legendre_incl_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / sf_legendre_incl_test.cpp
index 48adc76b385eb1e6058e60fb37724fb51a1842d2..725868bc17e282fd97457b03d4d35811c69db6cb 100644 (file)
@@ -20,6 +20,11 @@ void compile_and_link_test()
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    check_result<long double>(boost::math::legendre_p<long double>(i, l));
 #endif
+   check_result<float>(boost::math::legendre_p_prime<float>(i, f));
+   check_result<double>(boost::math::legendre_p_prime<double>(i, d));
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
+   check_result<long double>(boost::math::legendre_p_prime<long double>(i, l));
+#endif
 
    check_result<float>(boost::math::legendre_p<float>(i, i, f));
    check_result<double>(boost::math::legendre_p<double>(i, i, d));