Numerical integration: Difference between revisions

Content deleted Content added
m →‎{{header|Ada}}: whitespace removal
m →‎{{header|ALGOL 68}}: whitespace removal
Line 182: Line 182:


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==

{{incorrect|ALGOL 68|right rect stops one h too soon; mid rect doesn't sample at midpoints but merely recreates trapezium differently.}}
{{incorrect|ALGOL 68|right rect stops one h too soon; mid rect doesn't sample at midpoints but merely recreates trapezium differently.}}

<lang algol68>MODE F = PROC(LONG REAL)LONG REAL;
<lang algol68>MODE F = PROC(LONG REAL)LONG REAL;