Generation

generate functionThu, 01 Jun 2023

runge-kutta-felberg solver with variable step

double rkf(double a, double b, double x0, double y0, double acc, double eps, double hmin, double hmax, double (*f)(double, double))

Questions about programming?Chat with your personal AI assistant