We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e8cf0 commit 856c10aCopy full SHA for 856c10a
README.md
@@ -112,8 +112,7 @@ These are the implemented ODE integrators:
112
- `Kutta4` - Kutta's 4th order fixed timestep method.
113
- `RK4` - The standard 4th order, fixed timestep method we all know and love.
114
- `Tsit54` - Tsitouras adaptive 5th order method.
115
-- `Vern65` - Verner's "most efficient" 6th order adaptive timestep method.
116
-- `Vern76` - Verner's "most efficient" 7th order adaptive timestep method.
+- `Vern65` - Verner's "most efficient" 6th order adaptive timestep method. (https://www.sfu.ca/~jverner/)
117
118
119
0 commit comments