23 August 2018 02:02:28 PM QUAD_OPENMP: C++ version Use OpenMP for parallel execution. Estimate the integral of f(x) from A to B. f(x) = 50 / ( pi * ( 2500 * x * x + 1 ) ). A = 0 B = 10 N = 10000000 Exact = 0.4993633810764567 Estimate = 0.4993712889191264 Error = 7.907842669685472e-06 W time = 0.2946203969986527 QUAD_OPENMP: Normal end of execution. 23 August 2018 02:02:28 PM 23 August 2018 02:02:28 PM QUAD_OPENMP: C++ version Use OpenMP for parallel execution. Estimate the integral of f(x) from A to B. f(x) = 50 / ( pi * ( 2500 * x * x + 1 ) ). A = 0 B = 10 N = 10000000 Exact = 0.4993633810764567 Estimate = 0.4993712889191463 Error = 7.907842689558464e-06 W time = 0.1536659550038166 QUAD_OPENMP: Normal end of execution. 23 August 2018 02:02:28 PM 23 August 2018 02:02:28 PM QUAD_OPENMP: C++ version Use OpenMP for parallel execution. Estimate the integral of f(x) from A to B. f(x) = 50 / ( pi * ( 2500 * x * x + 1 ) ). A = 0 B = 10 N = 10000000 Exact = 0.4993633810764567 Estimate = 0.4993712889191516 Error = 7.907842694832024e-06 W time = 0.08754976400086889 QUAD_OPENMP: Normal end of execution. 23 August 2018 02:02:28 PM