numerix_doc 0.4
|
#include <floating.hpp>
Definition at line 88 of file floating.hpp.
~floating_rep | ( | ) | [inline] |
Definition at line 95 of file floating.hpp.
{ mpfr_clear (x); }
~integer_rep | ( | ) | [inline] |
Definition at line 37 of file integer.hpp.
{ mpz_clear (x); }
~rational_rep | ( | ) | [inline] |
Definition at line 31 of file rational.hpp.
{ mpq_clear (x); }
floating_rep | ( | ) | [inline] |
Definition at line 93 of file floating.hpp.
{ mpfr_init2 (x, V::prec()); }
floating_rep | ( | xnat | prec | ) | [inline] |
Definition at line 94 of file floating.hpp.
{ mpfr_init2 (x, prec); }
integer_rep | ( | nat | sz | ) | [inline] |
Definition at line 36 of file integer.hpp.
{ mpz_init2 (x, sz); }
integer_rep | ( | ) | [inline] |
Definition at line 35 of file integer.hpp.
{ mpz_init (x); }
rational_rep | ( | ) | [inline] |
Definition at line 30 of file rational.hpp.
{ mpq_init (x); }
friend class floating [friend] |
Definition at line 33 of file rational.hpp.
Definition at line 96 of file floating.hpp.
friend class integer [friend] |
Definition at line 38 of file integer.hpp.
rational [friend] |
Definition at line 39 of file integer.hpp.