diff --git a/reporting/accuracy/erf_error_plot.cpp b/reporting/accuracy/erf_error_plot.cpp index c0372332c..c96026544 100644 --- a/reporting/accuracy/erf_error_plot.cpp +++ b/reporting/accuracy/erf_error_plot.cpp @@ -4,6 +4,11 @@ // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// +// We deliberately include some Unicode characters: +// +// boost-no-inspect +// #include #include #include diff --git a/reporting/accuracy/erfc_error_plot.cpp b/reporting/accuracy/erfc_error_plot.cpp index 9ebed3773..a19e11403 100644 --- a/reporting/accuracy/erfc_error_plot.cpp +++ b/reporting/accuracy/erfc_error_plot.cpp @@ -4,6 +4,11 @@ // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// +// We deliberately include some Unicode characters: +// +// boost-no-inspect +// #include #include #include diff --git a/reporting/accuracy/plot_jacobi_theta_q.cpp b/reporting/accuracy/plot_jacobi_theta_q.cpp index 61eac2c14..437fc3b59 100644 --- a/reporting/accuracy/plot_jacobi_theta_q.cpp +++ b/reporting/accuracy/plot_jacobi_theta_q.cpp @@ -1,3 +1,7 @@ +// (C) Copyright Evan Miller 2020. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include #include diff --git a/reporting/accuracy/plot_jacobi_theta_x.cpp b/reporting/accuracy/plot_jacobi_theta_x.cpp index 347c5556c..a31c30eb2 100644 --- a/reporting/accuracy/plot_jacobi_theta_x.cpp +++ b/reporting/accuracy/plot_jacobi_theta_x.cpp @@ -1,3 +1,7 @@ +// (C) Copyright Evan Miller 2020. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include #include diff --git a/reporting/accuracy/test_rsqrt.cpp b/reporting/accuracy/test_rsqrt.cpp index 8a7b0c138..4517f8c20 100644 --- a/reporting/accuracy/test_rsqrt.cpp +++ b/reporting/accuracy/test_rsqrt.cpp @@ -22,7 +22,7 @@ int main() using boost::math::rsqrt; return rsqrt(x); }; - auto plot03 = ulps_plot(f, std::numeric_limits::min(), CoarseReal(100), samples); + auto plot03 = ulps_plot(f, (std::numeric_limits::min)(), CoarseReal(100), samples); plot03.width(width); std::string title = "rsqrt ULPs plot at quad precision"; plot03.title(title); diff --git a/reporting/performance/chebyshev_clenshaw.cpp b/reporting/performance/chebyshev_clenshaw.cpp index 170c10c05..bbc41b3b7 100644 --- a/reporting/performance/chebyshev_clenshaw.cpp +++ b/reporting/performance/chebyshev_clenshaw.cpp @@ -1,3 +1,8 @@ +// (C) Copyright Nick Thompson 2020. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + #include #include #include @@ -54,4 +59,4 @@ BENCHMARK_TEMPLATE(ChebyshevClenshaw, double)->RangeMultiplier(2)->Range(1<<1, 1 -BENCHMARK_MAIN(); \ No newline at end of file +BENCHMARK_MAIN(); diff --git a/reporting/performance/doc/boost-no-inspect b/reporting/performance/doc/boost-no-inspect new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/reporting/performance/doc/boost-no-inspect @@ -0,0 +1 @@ + diff --git a/reporting/performance/test_fibonacci.cpp b/reporting/performance/test_fibonacci.cpp index 0c95541bb..437737490 100644 --- a/reporting/performance/test_fibonacci.cpp +++ b/reporting/performance/test_fibonacci.cpp @@ -67,4 +67,4 @@ iterative_fast/2097152 19627331 ns 19510132 ns 36 iterative_fast/4194304 42351871 ns 42240620 ns 17 iterative_fast_BigO 0.46 NlgN 0.45 NlgN iterative_fast_RMS 5 % 5 % -*/ \ No newline at end of file +*/