gsl.diff

D bindings for GSL.

Members

Functions

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.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0