CGAL 5.4 - Number Types
|
This is the complete list of members for CGAL::Gmpfr, including all inherited members.
abs(Precision_type p, std::float_round_style r=get_default_rndmode()) const | CGAL::Gmpfr | |
add(const Gmpfr &a, const Gmpfr &b) | CGAL::Gmpfr | static |
add(const Gmpfr &a, const Gmpfr &b, std::float_round_style r) | CGAL::Gmpfr | static |
add(const Gmpfr &a, const Gmpfr &b, Precision_type p) | CGAL::Gmpfr | static |
add(const Gmpfr &a, const Gmpfr &b, Precision_type p, std::float_round_style r) | CGAL::Gmpfr | static |
clear_flags() | CGAL::Gmpfr | static |
erange_flag() | CGAL::Gmpfr | static |
get_default_precision() | CGAL::Gmpfr | static |
get_default_rndmode() | CGAL::Gmpfr | static |
get_precision() const | CGAL::Gmpfr | |
Gmpfr() | CGAL::Gmpfr | |
Gmpfr(const Gmpfr &n) | CGAL::Gmpfr | |
Gmpfr(long si) | CGAL::Gmpfr | |
Gmpfr(unsigned long ui) | CGAL::Gmpfr | |
Gmpfr(int i) | CGAL::Gmpfr | |
Gmpfr(double d) | CGAL::Gmpfr | |
Gmpfr(long double ld) | CGAL::Gmpfr | |
Gmpfr(const Gmpz &z) | CGAL::Gmpfr | |
Gmpfr(const Gmpzf &zf) | CGAL::Gmpfr | |
Gmpfr(const std::pair< Gmpz, long > &ie) | CGAL::Gmpfr | |
inex_flag() | CGAL::Gmpfr | static |
is_inf() | CGAL::Gmpfr | |
is_nan() | CGAL::Gmpfr | |
is_number() | CGAL::Gmpfr | |
is_one() | CGAL::Gmpfr | |
is_square() | CGAL::Gmpfr | |
is_square(const Gmpfr &y) | CGAL::Gmpfr | |
is_zero() | CGAL::Gmpfr | |
kthroot(int k, Precision_type p, std::float_round_style r=get_default_rndmode()) const | CGAL::Gmpfr | |
nan_flag() | CGAL::Gmpfr | static |
operator<<(std::ostream &out, const Gmpfr &f) | CGAL::Gmpfr | related |
operator>>(std::istream &in, Gmpfr &f) | CGAL::Gmpfr | related |
overflow_flag() | CGAL::Gmpfr | static |
Precision_type typedef | CGAL::Gmpfr | |
round(Precision_type p, std::float_round_style r) const | CGAL::Gmpfr | |
set_default_precision(Precision_type p) | CGAL::Gmpfr | static |
set_default_rndmode(std::float_round_style r) | CGAL::Gmpfr | static |
sign() | CGAL::Gmpfr | |
sqrt(Precision_type p, std::float_round_style r=get_default_rndmode()) const | CGAL::Gmpfr | |
square(Precision_type p, std::float_round_style r=get_default_rndmode()) const | CGAL::Gmpfr | |
to_double(std::float_round_style r=get_default_rndmode()) | CGAL::Gmpfr | |
to_double_exp(std::float_round_style r=get_default_rndmode()) | CGAL::Gmpfr | |
to_integer_exp() | CGAL::Gmpfr | |
to_interval() | CGAL::Gmpfr | |
to_interval_exp() | CGAL::Gmpfr | |
underflow_flag() | CGAL::Gmpfr | static |