|
Overture
Version 25
|

Macros | |
| #define | TRUE 1 |
| #define | FALSE 0 |
Functions | |
| Bound | operator+ (const Bound b1, const Bound b2) |
| Bound | operator- (const Bound b1, const Bound b2) |
| Bound | operator* (const Bound b1, const Bound b2) |
| Bound | operator/ (const Bound b1, const Bound b2) |
| int | operator<= (const Bound b1, const Bound b2) |
| int | operator< (const Bound b1, const Bound b2) |
| int | operator> (const Bound b1, const Bound b2) |
| int | operator>= (const Bound b1, const Bound b2) |
| int | operator== (const Bound b1, const Bound b2) |
| ostream & | operator<< (ostream &os, const Bound &b) |
| #define FALSE 0 |
Referenced by Bound::isFinite(), operator<(), operator<=(), and operator==().
| #define TRUE 1 |
Referenced by Bound::isFinite(), operator<(), and operator<=().
| ostream& operator<< | ( | ostream & | os, |
| const Bound & | b | ||
| ) |
References Bound::bt, Bound::f, fraction, Fraction::getDenominator(), Fraction::getNumerator(), null, realNumber, and Bound::x.
1.8.3