Givaro
Data Structures | Namespaces | Functions
gmp++_rat.h File Reference

Core Rationel from GMP. More...

#include <gmp++/gmp++_int.h>
#include "gmp++_rat.inl"
+ Include dependency graph for gmp++_rat.h:

Data Structures

class  Rationel

Namespaces

namespace  Givaro
 Namespace in which the whole Givaro library resides.

Functions

Rationel abs (const Rationel &n)
std::istream & operator>> (std::istream &i, Rationel &n)
std::ostream & operator<< (std::ostream &o, const Rationel &n)
std::ostream & absOutput (std::ostream &o, const Rationel &n)
void importWords (Rationel &, size_t, int, int, int, size_t, const void *)

Detailed Description

Core Rationel from GMP.