CoxIter  1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
Classes | Functions
rational.h File Reference

Rational numbers (template) More...

#include <iostream>
#include "rational.tpp"
Include dependency graph for rational.h:

Go to the source code of this file.

Classes

class  Rational< T >
 

Functions

template<typename T >
ostream & operator<< (ostream &, Rational< T > const &)
 
template<typename T >
abs (const T &r)
 

Detailed Description

Rational numbers (template)

Author
Rafael Guglielmetti

Function Documentation

template<typename T >
T abs ( const T &  r)
template<typename T >
ostream& operator<< ( ostream &  ,
Rational< T > const &   
)