2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Add true multiprecision test case to log1p/expm1.

This commit is contained in:
jzmaddock
2025-04-21 09:59:07 +01:00
parent ce9c72d350
commit c0af3630d1

View File

@@ -69,5 +69,6 @@ BOOST_AUTO_TEST_CASE( test_main )
test(boost::multiprecision::cpp_bin_float_double(0), "cpp_bin_float_double");
test(boost::multiprecision::cpp_bin_float_double_extended(0), "cpp_bin_float_double_extended");
test(boost::multiprecision::cpp_bin_float_quad(0), "cpp_bin_float_quad");
test(boost::multiprecision::cpp_bin_float_100(0), "cpp_bin_float_100");
}