Go to the source code of this file.
Namespaces | |
Gecode | |
Gecode toplevel namespace | |
Gecode::Float | |
Floating point numbers. | |
Macros | |
#define | GECODE_GENR_FUNC(name) |
Define mpfr functions with proper rounding. More... | |
Typedefs | |
typedef int | Gecode::Float::mpfr_func(mpfr_t, const __mpfr_struct *, mp_rnd_t) |
Type signatur of mpfr function. More... | |
Functions | |
double | Gecode::Float::invoke_mpfr (FloatNum x, mpfr_func f, mp_rnd_t r) |
Routine to call mpfr function with proper rounding. More... | |
#define GECODE_GENR_FUNC | ( | name | ) |
Define mpfr functions with proper rounding.
Definition at line 66 of file rounding.cpp.