Benchmarks for ODE solvers.
Compares accuracy/cost of Euler, RK2, RK4, RKF45 and DOP54 on the canonical scaling problem dx/dt = x with x(0) = 1, target x(1) = e.
dx/dt = x
x(0) = 1
x(1) = e
pub fn main() -> Nil