Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

function result = simpsons_error(start, stop, error, fn)

N = 1;2; % N må være et partall

Si = simpsons(start, stop, N, fn);

...