- gsl_deriv_backward
int gsl_deriv_backward(const(gsl_function)* f, double x, double h, double* result, double* abserr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gsl_deriv_central
int gsl_deriv_central(const(gsl_function)* f, double x, double h, double* result, double* abserr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gsl_deriv_forward
int gsl_deriv_forward(const(gsl_function)* f, double x, double h, double* result, double* abserr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
D bindings for GSL.