BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/GMP/Gmpzf_type.h File Reference
#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>
Include dependency graph for Gmpzf_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gmpzf_rep
class  Gmpzf

Functions

bool operator< (const Gmpzf &a, const Gmpzf &b)
bool operator== (const Gmpzf &a, const Gmpzf &b)
bool operator< (const Gmpzf &a, int b)
bool operator== (const Gmpzf &a, int b)
bool operator> (const Gmpzf &a, int b)
Gmpzf approximate_sqrt (const Gmpzf &f)
std::ostream & operator<< (std::ostream &os, const Gmpzf &a)
std::ostream & print (std::ostream &os, const Gmpzf &a)
std::istream & operator>> (std::istream &is, Gmpzf &a)
Gmpzf min BOOST_PREVENT_MACRO_SUBSTITUTION (const Gmpzf &x, const Gmpzf &y)

Function Documentation

Gmpzf approximate_sqrt ( const Gmpzf f) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

Gmpzf max BOOST_PREVENT_MACRO_SUBSTITUTION ( const Gmpzf x,
const Gmpzf y 
) [inline]
bool operator< ( const Gmpzf a,
const Gmpzf b 
) [inline]

Here is the call graph for this function:

bool operator< ( const Gmpzf a,
int  b 
) [inline]

Here is the call graph for this function:

std::ostream& operator<< ( std::ostream &  os,
const Gmpzf a 
) [inline]

Here is the call graph for this function:

bool operator== ( const Gmpzf a,
const Gmpzf b 
) [inline]

Here is the call graph for this function:

bool operator== ( const Gmpzf a,
int  b 
) [inline]

Here is the call graph for this function:

bool operator> ( const Gmpzf a,
int  b 
) [inline]

Here is the call graph for this function:

std::istream& operator>> ( std::istream &  is,
Gmpzf a 
) [inline]
std::ostream& print ( std::ostream &  os,
const Gmpzf a 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines