Go to the source code of this file.
Macros | |
#define | _MPQ_ |
Typedefs | |
typedef MP_RAT | MPQ |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Scl< MPQ > &b) |
Scl< MPQ > | operator+ (const Scl< MPQ > &a1, const Scl< MPQ > &a2) |
Scl< MPQ > | operator- (const Scl< MPQ > &a1, const Scl< MPQ > &a2) |
Scl< MPQ > | operator* (const Scl< MPQ > &a1, const Scl< MPQ > &a2) |
Scl< MPQ > | operator/ (const Scl< MPQ > &a1, const Scl< MPQ > &a2) |
std::istream & | operator>> (std::istream &is, Scl< MPQ > &b) |
int | compare (const Scl< MPQ > &b1, const Scl< MPQ > &b2) |
int | compare (const Scl< MPQ > &b, unsigned long ul) |
int | compare (const Scl< MPQ > &b, long sl) |
bool | has_positive_sign (const Scl< MPQ > &x) |
#define _MPQ_ |
typedef MP_RAT MPQ |