Runge-Kutta method: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎dy/dt: Fix comment: Perl 6 --> Raku)
Line 1,428: Line 1,428:


===dy/dt===
===dy/dt===
The first solution presented here uses the terminology and style of the Perl 6 version.
The first solution presented here uses the terminology and style of the Raku version.


'''Generic filters:'''
'''Generic filters:'''
Line 1,484: Line 1,484:
user 0m0.013s
user 0m0.013s
sys 0m0.006s</lang>
sys 0m0.006s</lang>

===newRK4Step===
===newRK4Step===
The second solution follows the nomenclature and style of the Go solution on this page.
The second solution follows the nomenclature and style of the Go solution on this page.