Introduction - If you have any usage issues, please Google them yourself
RungeKutta,where deltaT refers to the step size, XX refers to X_k, X_next refers to X_k+1, Control and Param is user defined parameters. The differential equation should be defined in the deriv function.