|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <gsl/gsl_ieee_utils.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::ieee |
| IEEE floating point arithmetic representations. | |
Functions | |
| void | gsl::ieee::printf_float (float const &x) |
| C++ version of gsl_ieee_printf_float(). More... | |
| void | gsl::ieee::printf_double (double const &x) |
| C++ version of gsl_ieee_printf_double(). More... | |
| void | gsl::ieee::fprintf_float (FILE *stream, float const &x) |
| C++ version of gsl_ieee_fprintf_float(). More... | |
| void | gsl::ieee::fprintf_double (FILE *stream, double const &x) |
| C++ version of gsl_ieee_fprintf_double(). More... | |
| void | gsl::ieee::env_setup () |
| C++ version of gsl_ieee_env_setup(). More... | |
| int | gsl::ieee::read_mode_string (char const *description, int &precision, int &rounding, int &exception_mask) |
| C++ version of gsl_ieee_read_mode_string(). More... | |
| int | gsl::ieee::set_mode (int precision, int rounding, int exception_mask) |
| C++ version of gsl_ieee_set_mode(). More... | |