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