Runge-Kutta method: Difference between revisions

Content deleted Content added
No edit summary
Grondilu (talk | contribs)
m →‎{{header|Perl 6}}: .5 instead of 1/2
Line 567:
map {
(state $δy = 0) = δt * yp(t + $_ * δt, y + $_ * $δy)
}, <0 1/2.5 1/2.5 1>;
}
}