|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
IEEE floating point arithmetic representations. More...
Functions | |
| void | printf_float (float const &x) |
| C++ version of gsl_ieee_printf_float(). More... | |
| void | printf_double (double const &x) |
| C++ version of gsl_ieee_printf_double(). More... | |
| void | fprintf_float (FILE *stream, float const &x) |
| C++ version of gsl_ieee_fprintf_float(). More... | |
| void | fprintf_double (FILE *stream, double const &x) |
| C++ version of gsl_ieee_fprintf_double(). More... | |
| void | env_setup () |
| C++ version of gsl_ieee_env_setup(). More... | |
| int | read_mode_string (char const *description, int &precision, int &rounding, int &exception_mask) |
| C++ version of gsl_ieee_read_mode_string(). More... | |
| int | set_mode (int precision, int rounding, int exception_mask) |
| C++ version of gsl_ieee_set_mode(). More... | |
IEEE floating point arithmetic representations.
|
inline |
C++ version of gsl_ieee_env_setup().
Definition at line 121 of file ieee_utils.hpp.
|
inline |
C++ version of gsl_ieee_fprintf_double().
| stream | A file |
| x | A floating point number |
Definition at line 97 of file ieee_utils.hpp.
|
inline |
C++ version of gsl_ieee_fprintf_float().
| stream | A file |
| x | A floating point number |
Definition at line 80 of file ieee_utils.hpp.
|
inline |
C++ version of gsl_ieee_printf_double().
| x | A floating point number |
Definition at line 64 of file ieee_utils.hpp.
|
inline |
C++ version of gsl_ieee_printf_float().
| x | A floating point number |
Definition at line 51 of file ieee_utils.hpp.
|
inline |
C++ version of gsl_ieee_read_mode_string().
| description | Mode description |
| precision | The precision [return value] |
| rounding | The rounding type [return value] |
| exception_mask | The exception mask [return value] |
Definition at line 144 of file ieee_utils.hpp.
|
inline |
C++ version of gsl_ieee_set_mode().
| precision | The precision |
| rounding | The rounding type |
| exception_mask | The exception mask |
Definition at line 155 of file ieee_utils.hpp.