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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user