#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.
00059 { 00060 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.
00057 { 00058 (void) x; (void) y; 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.
00055 { 00056 (void) x; return DEFAULT_LOW; }
| static xnat prec | ( | ) | [inline, static] |
Reimplemented from std_floating.
Definition at line 53 of file floating.hpp.
References DEFAULT_LOW.
00053 { 00054 return DEFAULT_LOW; }
| static mp_rnd_t rnd | ( | ) | [inline, static, inherited] |
Definition at line 36 of file floating.hpp.
1.6.1