gsl.errno

D bindings for GSL.

Members

Aliases

gsl_error_handler_t
alias gsl_error_handler_t = void function(const(char)* reason, const(char)* file, int line, int gsl_errno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_stream_handler_t
alias gsl_stream_handler_t = void function(const(char)* label, const(char)* file, int line, const(char)* reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gsl_error
void gsl_error(const(char)* reason, const(char)* file, int line, int gsl_errno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_set_error_handler
gsl_error_handler_t* gsl_set_error_handler(gsl_error_handler_t* new_handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_set_error_handler_off
gsl_error_handler_t* gsl_set_error_handler_off()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_set_stream
FILE* gsl_set_stream(FILE* new_stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_set_stream_handler
gsl_stream_handler_t* gsl_set_stream_handler(gsl_stream_handler_t* new_handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_stream_printf
void gsl_stream_printf(const(char)* label, const(char)* file, int line, const(char)* reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_strerror
const(char)* gsl_strerror(int gsl_errno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GSL_CONTINUE
enum GSL_CONTINUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EBADFUNC
enum GSL_EBADFUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EBADLEN
enum GSL_EBADLEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EBADTOL
enum GSL_EBADTOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ECACHE
enum GSL_ECACHE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EDIVERGE
enum GSL_EDIVERGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EDOM
enum GSL_EDOM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EFACTOR
enum GSL_EFACTOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EFAILED
enum GSL_EFAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EFAULT
enum GSL_EFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EINVAL
enum GSL_EINVAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ELOSS
enum GSL_ELOSS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EMAXITER
enum GSL_EMAXITER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ENOMEM
enum GSL_ENOMEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ENOPROG
enum GSL_ENOPROG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ENOPROGJ
enum GSL_ENOPROGJ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ENOTSQR
enum GSL_ENOTSQR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EOF
enum GSL_EOF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EOVRFLW
enum GSL_EOVRFLW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ERANGE
enum GSL_ERANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EROUND
enum GSL_EROUND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ERUNAWAY
enum GSL_ERUNAWAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ESANITY
enum GSL_ESANITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ESING
enum GSL_ESING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ETABLE
enum GSL_ETABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ETOL
enum GSL_ETOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ETOLF
enum GSL_ETOLF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ETOLG
enum GSL_ETOLG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_ETOLX
enum GSL_ETOLX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EUNDRFLW
enum GSL_EUNDRFLW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EUNIMPL
enum GSL_EUNIMPL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EUNSUP
enum GSL_EUNSUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_EZERODIV
enum GSL_EZERODIV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_FAILURE
enum GSL_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSL_SUCCESS
enum GSL_SUCCESS;
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