gsl.sys

D bindings for GSL.

Members

Functions

gsl_acosh
double gsl_acosh(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_asinh
double gsl_asinh(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_atanh
double gsl_atanh(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_coerce_double
double gsl_coerce_double(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_coerce_float
float gsl_coerce_float(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_coerce_long_double
real gsl_coerce_long_double(real x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_expm1
double gsl_expm1(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_fcmp
int gsl_fcmp(double x1, double x2, double epsilon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_fdiv
double gsl_fdiv(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_finite
int gsl_finite(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_frexp
double gsl_frexp(double x, int* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_hypot
double gsl_hypot(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_hypot3
double gsl_hypot3(double x, double y, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_isinf
int gsl_isinf(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_isnan
int gsl_isnan(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_ldexp
double gsl_ldexp(double x, int e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_log1p
double gsl_log1p(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_nan
double gsl_nan()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_neginf
double gsl_neginf()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_posinf
double gsl_posinf()
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