- gsl_diff_backward
int gsl_diff_backward(const(gsl_function)* f, double x, 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_diff_central
int gsl_diff_central(const(gsl_function)* f, double x, 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_diff_forward
int gsl_diff_forward(const(gsl_function)* f, double x, 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.