mirror of
https://github.com/boostorg/math.git
synced 2025-05-11 21:33:52 +00:00
Fix ooura_fourier_integral_test long double fail
[ci skip]
This commit is contained in:
parent
94f3ed7086
commit
10dd92f248
@ -87,6 +87,7 @@ void test_ooura_sin_nodes_and_weights()
|
||||
{
|
||||
using boost::math::quadrature::detail::ooura_sin_node_and_weight;
|
||||
using boost::math::quadrature::detail::ooura_eta;
|
||||
using std::exp;
|
||||
std::cout << "Testing nodes and weights on type " << boost::typeindex::type_id<Real>().pretty_name() << "\n";
|
||||
{
|
||||
long n = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user