Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / test / ooura_fourier_integral_test.cpp
index 84c7afd..d1e49b4 100644 (file)
@@ -282,7 +282,7 @@ void test_cos_integral1()
 template<class Real>
 void test_cos_integral2()
 {
-    std::cout << "Testing integral of cos(x)/(x*x+1) on type " << boost::typeindex::type_id<Real>().pretty_name()  << "\n";
+    std::cout << "Testing integral of exp(-a*x) on type " << boost::typeindex::type_id<Real>().pretty_name()  << "\n";
     using std::exp;
     using boost::math::constants::half_pi;
     using boost::math::constants::e;