10 May 2025 11:21:20 AM legendre_fast_rule(): C version Compiled on May 10 2025 at 11:21:20. Compute a Gauss-Legendre rule for approximating Integral ( a <= x <= b ) f(x) dx of order N. The user specifies N, A, and B. The rule is stored in 3 files: * leg_oN_w.txt - the weight file * leg_oN_x.txt - the abscissa file. * leg_oN_r.txt - the region file. N = 15 A = 0 B = 2 Elapsed time during computation was 2.7e-05 seconds. Weight file will be "leg_o15_w.txt". Abscissa file will be "leg_o15_x.txt". Region file will be "leg_o15_r.txt". legendre_fast_rule(): Normal end of execution. 10 May 2025 11:21:20 AM