|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <gsl/gsl_sf_result.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++. | |
| namespace | gsl::sf |
This namespace is used for special functions that in GSL are prefixed gsl_sf. | |
Typedefs | |
| typedef gsl_sf_result | gsl::sf::result |
Typedef for gsl_sf_result. More... | |
| typedef gsl_sf_result_e10 | gsl::sf::result_e10 |
Typedef for gsl_sf_result_e10. More... | |
Functions | |
| int | gsl::sf::result_smash_e (gsl_sf_result_e10 const &re, gsl_sf_result &r) |
| C++ version of gsl_sf_result_smash_e(). More... | |