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

Fix for test failure in cohen_acceleration_test

This commit is contained in:
Matt Borland
2021-03-15 20:43:54 +03:00
parent 77befaecc3
commit 94f3ed7086

View File

@@ -13,10 +13,12 @@
using boost::multiprecision::float128;
#endif
#include <boost/multiprecision/cpp_bin_float.hpp>
#include <cmath>
using boost::math::tools::cohen_acceleration;
using boost::multiprecision::cpp_bin_float_100;
using boost::math::constants::pi;
using std::log;
template<typename Real>
class G {