- euler
T euler(T x, T delegate(in T, double) f, double time, double h)
Undocumented in source. Be warned that the author may not have intended to support it.
- runge
T runge(T x, T delegate(in T, double) f, double time, double h)
Undocumented in source. Be warned that the author may not have intended to support it.