![]() |
My Project
UNKNOWN_GIT_VERSION
|
Go to the source code of this file.
Macros | |
#define | GMPRAT_CC |
Functions | |
Rational | operator- (const Rational &r) |
bool | operator< (const Rational &a, const Rational &b) |
bool | operator<= (const Rational &a, const Rational &b) |
bool | operator> (const Rational &a, const Rational &b) |
bool | operator>= (const Rational &a, const Rational &b) |
bool | operator== (const Rational &a, const Rational &b) |
bool | operator!= (const Rational &a, const Rational &b) |
Rational | operator+ (const Rational &a, const Rational &b) |
Rational | operator- (const Rational &a, const Rational &b) |
Rational | operator* (const Rational &a, const Rational &b) |
Rational | pow (const Rational &a, int e) |
Rational | operator/ (const Rational &a, const Rational &b) |
int | sgn (const Rational &a) |
Rational | abs (const Rational &a) |
Rational | gcd (const Rational &a, const Rational &b) |
Rational | gcd (Rational *a, int n) |
Rational | lcm (const Rational &a, const Rational &b) |
Rational | lcm (Rational *a, int n) |
Definition at line 439 of file GMPrat.cc.
Definition at line 451 of file GMPrat.cc.
Definition at line 481 of file GMPrat.cc.
Definition at line 512 of file GMPrat.cc.
Definition at line 406 of file GMPrat.cc.
Definition at line 388 of file GMPrat.cc.
Definition at line 190 of file GMPrat.cc.
Definition at line 397 of file GMPrat.cc.
Definition at line 425 of file GMPrat.cc.
Definition at line 414 of file GMPrat.cc.