Numerical integration/Adaptive Simpson's method: Difference between revisions

m
→‎{{header|COBOL}}: Fix spelling of GnuCOBOL
(Added COBOL ahead of →‎{{header|Common Lisp}})
m (→‎{{header|COBOL}}: Fix spelling of GnuCOBOL)
Line 528:
 
=={{header|COBOL}}==
{{works with|GNU COBOLGnuCOBOL|3.1.2.0}}
 
Rather than do recursions, I compute the x-intervals iteratively. No attempt is made to avoid recomputing values of sin(x).
1,448

edits