|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|


Go to the source code of this file.
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::sf |
This namespace is used for special functions that in GSL are prefixed gsl_sf. | |
Functions | |
| int | gsl::sf::multiply_e (double const x, double const y, result &result) |
| C++ version of gsl_sf_multiply_e(). More... | |
| double | gsl::sf::multiply (double const x, double const y) |
| C++ version of gsl_sf_multiply(). More... | |
| int | gsl::sf::multiply_err_e (double const x, double const dx, double const y, double const dy, result &result) |
| C++ version of gsl_sf_multiply_err_e(). More... | |