numerix_doc 0.4
|
#include <floating.hpp>
Definition at line 51 of file floating.hpp.
static xnat disc | ( | ) | [inline, static] |
Reimplemented from std_floating.
Definition at line 59 of file floating.hpp.
References DEFAULT_LOW.
{ return DEFAULT_LOW; }
static xnat prec | ( | ) | [inline, static] |
Reimplemented from std_floating.
Definition at line 53 of file floating.hpp.
References DEFAULT_LOW.
{ return DEFAULT_LOW; }
static xnat prec | ( | const mpfr_t & | x | ) | [inline, static] |
Reimplemented from std_floating.
Definition at line 55 of file floating.hpp.
References DEFAULT_LOW.
{ (void) x; return DEFAULT_LOW; }
static xnat prec | ( | const mpfr_t & | x, |
const mpfr_t & | y | ||
) | [inline, static] |
Reimplemented from std_floating.
Definition at line 57 of file floating.hpp.
References DEFAULT_LOW.
{ (void) x; (void) y; return DEFAULT_LOW; }
static mp_rnd_t rnd | ( | ) | [inline, static, inherited] |
Definition at line 36 of file floating.hpp.
References mmx::mmx_rounding_mode.
{ return mmx_rounding_mode; }