Numerical integration: Difference between revisions

Content deleted Content added
→‎{{header|ALGOL 68}}: wrong language in incorrect
→‎{{header|C}}: incorrect
Line 371:
 
=={{header|C}}==
{{incorrect|C|int_rightrect stops one h too soon; int_midrect does not sample midpoints but reimplements mid_trapezium differently; trapezium is incorrect, doesn't multiple middle terms by 2.}}
 
{{trans|Java}}