18-Oct-2024 15:13:34 quad_serial_test(): MATLAB/Octave version 6.4.0 Test quad_serial(). Estimate the integral of f(x) from A to B. f(x) = 50 / ( pi * ( 2500 * x * x + 1 ) ). A = 0.000000 B = 10.000000 N = 10000000 Exact = 0.4993633810764567 Estimate = 0.4993712889191264 Error = 7.907843e-06 Time = 95.473887 quad_serial_test(): Normal end of execution. 18-Oct-2024 15:15:10