added rational min/max defines
This commit is contained in:
@@ -129,4 +129,7 @@ private:
|
||||
intType gcd(intType &x, intType &y);
|
||||
};
|
||||
|
||||
#define RATIONAL_MIN rational(LONG_MIN, 1)
|
||||
#define RATIONAL_MAX rational(LONG_MAX, 1)
|
||||
|
||||
#endif // RATIONAL_H
|
||||
|
||||
Reference in New Issue
Block a user