Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Generic implementation of rational type. More...
#include <geogram/basic/common.h>
Go to the source code of this file.
Classes | |
class | GEO::rationalg< T > |
rationalg (generic rational) is used to compute the sign of rational fractions exactly. More... | |
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
GEO::Numeric | |
Defines numeric types used in Vorpaline. | |
Functions | |
template<class T > | |
Sign | GEO::geo_sgn (const rationalg< T > &x) |
Specialization of geo_sgn() for rationalg. More... | |
template<class T > | |
Sign | GEO::geo_cmp (const rationalg< T > &a, const rationalg< T > &b) |
Specialization of geo_cmp() for rationalg. More... | |
template<class T > | |
void | GEO::Numeric::optimize_number_representation (rationalg< T > &x) |
Generic implementation of rational type.
Definition in file rationalg.h.