#include "../include/Integer.h"
Go to the source code of this file.
Classes | |
class | Rational |
Typedefs | |
typedef Rational | RatTmp |
Functions | |
int | operator< (const Rational &x, const Rational &y) |
int | operator<= (const Rational &x, const Rational &y) |
int | operator> (const Rational &x, const Rational &y) |
int | operator>= (const Rational &x, const Rational &y) |
int | sign (const Rational &x) |
Rational | operator+ (const Rational &x, const Rational &y) |
Rational | operator- (const Rational &x, const Rational &y) |
Rational | operator * (const Rational &x, const Rational &y) |
Rational | operator/ (const Rational &x, const Rational &y) |
|
Definition at line 97 of file Rational.h. |
|
Definition at line 206 of file Rational.h. References mul(). |
|
Definition at line 196 of file Rational.h. References add(). |
|
Definition at line 201 of file Rational.h. References sub(). |
|
Definition at line 211 of file Rational.h. References div(). |
|
Definition at line 137 of file Rational.h. References compare(). |
|
Definition at line 142 of file Rational.h. References compare(). |
|
Definition at line 147 of file Rational.h. References compare(). |
|
Definition at line 152 of file Rational.h. References compare(). |
|
Definition at line 157 of file Rational.h. References Rational::num, and sign(). |