|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <gsl/gsl_sys.h>

Go to the source code of this file.
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
Functions | |
| double | gsl::log1p (double const x) |
| C++ version of gsl_log1p(). More... | |
| double | gsl::expm1 (double const x) |
| C++ version of gsl_expm1(). More... | |
| double | gsl::hypot (double const x, double const y) |
| C++ version of gsl_hypot(). More... | |
| double | gsl::hypot3 (double const x, double const y, double const z) |
| C++ version of gsl_hypot3(). More... | |
| double | gsl::acosh (double const x) |
| C++ version of gsl_acosh(). More... | |
| double | gsl::asinh (double const x) |
| C++ version of gsl_asinh(). More... | |
| double | gsl::atanh (double const x) |
| C++ version of gsl_atanh(). More... | |
| int | gsl::is_nan (double const x) |
| C++ version of gsl_isnan(). More... | |
| int | gsl::is_inf (double const x) |
| C++ version of gsl_isinf(). More... | |
| int | gsl::finite (double const x) |
| C++ version of gsl_finite(). More... | |
| double | gsl::nan () |
| C++ version of gsl_nan(). More... | |
| double | gsl::posinf () |
| C++ version of gsl_posinf(). More... | |
| double | gsl::neginf () |
| C++ version of gsl_neginf(). More... | |
| double | gsl::fdiv (double const x, double const y) |
| C++ version of gsl_fdiv(). More... | |
| double | gsl::coerce_double (double const x) |
| C++ version of gsl_coerce_double(). More... | |
| float | gsl::coerce_float (float const x) |
| C++ version of gsl_coerce_float(). More... | |
| long double | gsl::coerce_long_double (long double const x) |
| C++ version of gsl_coerce_long_double(). More... | |
| double | gsl::ldexp (double const x, int const e) |
| C++ version of gsl_ldexp(). More... | |
| double | gsl::frexp (double const x, int *e) |
| C++ version of gsl_frexp(). More... | |
| double | gsl::frexp (double const x, int &e) |
| C++ version of gsl_frexp(). More... | |
| int | gsl::fcmp (double const x1, double const x2, double const epsilon) |
| C++ version of gsl_fcmp(). More... | |