#include <CGAL/basic.h>
#include <CGAL/Handle_for.h>
#include <gmp.h>
#include <mpfr.h>
#include <CGAL/Quotient.h>
#include <CGAL/GMP/Gmpz_type.h>
#include <boost/operators.hpp>
#include <iostream>
#include <cmath>
#include <limits>
#include <string>
#include <utility>
Go to the source code of this file.
Function Documentation
bool operator< |
( |
const Gmpzf & |
a, |
|
|
const Gmpzf & |
b |
|
) |
| [inline] |
bool operator< |
( |
const Gmpzf & |
a, |
|
|
int |
b |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Gmpzf & |
a |
|
) |
| [inline] |
bool operator== |
( |
const Gmpzf & |
a, |
|
|
const Gmpzf & |
b |
|
) |
| [inline] |
bool operator== |
( |
const Gmpzf & |
a, |
|
|
int |
b |
|
) |
| [inline] |
bool operator> |
( |
const Gmpzf & |
a, |
|
|
int |
b |
|
) |
| [inline] |
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Gmpzf & |
a |
|
) |
| [inline] |
std::ostream& print |
( |
std::ostream & |
os, |
|
|
const Gmpzf & |
a |
|
) |
| [inline] |