|
const MpReal & | leftBound (const MpReal &x) |
|
const MpReal & | rightBound (const MpReal &x) |
|
MpReal | abs (const MpReal &r, MpReal::RoundingMode rnd=MpReal::getDefaultRndMode()) |
|
MpReal | round (const MpReal &r) |
|
MpReal | floor (const MpReal &r) |
|
MpReal | trunc (const MpReal &r) |
|
MpReal | ceil (const MpReal &r) |
|
MpReal | frac (const MpReal &r) |
|
const MpReal & | nonnegativePart (const MpReal &x) |
|
MpReal | right (const MpReal &x) |
|
MpReal | left (const MpReal &x) |
|
MpReal | mid (const MpReal &x) |
|
MpReal | operator+ (const MpReal &a, const MpReal &b) |
|
MpReal | operator- (const MpReal &a, const MpReal &b) |
|
MpReal | operator* (const MpReal &a, const MpReal &b) |
|
MpReal | operator/ (const MpReal &a, const MpReal &b) |
|
int | compare (const MpReal &r1, const MpReal &r2) |
| Compares two numbers. More...
|
|
int | compare (const MpReal &r1, const double r2) |
|
int | compare (const MpReal &r1, const int r2) |
|
int | compare (const MpReal &r1, const unsigned int r2) |
|
int | compare (const MpReal &r1, const long int r2) |
|
int | compare (const MpReal &r1, const unsigned long r2) |
|
bool | operator== (const MpReal &r1, const MpReal &r2) |
|
bool | operator== (const double r1, const MpReal &r2) |
|
bool | operator== (const int r1, const MpReal &r2) |
|
bool | operator== (const unsigned int r1, const MpReal &r2) |
|
bool | operator== (const long int r1, const MpReal &r2) |
|
bool | operator== (const unsigned long int r1, const MpReal &r2) |
|
bool | operator== (const MpReal &r1, const double r2) |
|
bool | operator== (const MpReal &r1, const int r2) |
|
bool | operator== (const MpReal &r1, const unsigned int r2) |
|
bool | operator== (const MpReal &r1, const long int r2) |
|
bool | operator== (const MpReal &r1, const unsigned long int r2) |
|
bool | operator!= (const MpReal &r1, const MpReal &r2) |
|
bool | operator!= (const double r1, const MpReal &r2) |
|
bool | operator!= (const int r1, const MpReal &r2) |
|
bool | operator!= (const unsigned int r1, const MpReal &r2) |
|
bool | operator!= (const long int r1, const MpReal &r2) |
|
bool | operator!= (const unsigned long int r1, const MpReal &r2) |
|
bool | operator!= (const MpReal &r1, const double r2) |
|
bool | operator!= (const MpReal &r1, const int r2) |
|
bool | operator!= (const MpReal &r1, const unsigned int r2) |
|
bool | operator!= (const MpReal &r1, const long int r2) |
|
bool | operator!= (const MpReal &r1, const unsigned long int r2) |
|
bool | operator< (const MpReal &r1, const MpReal &r2) |
|
bool | operator< (const double r1, const MpReal &r2) |
|
bool | operator< (const int r1, const MpReal &r2) |
|
bool | operator< (const unsigned int r1, const MpReal &r2) |
|
bool | operator< (const long int r1, const MpReal &r2) |
|
bool | operator< (const unsigned long int r1, const MpReal &r2) |
|
bool | operator< (const MpReal &r1, const double r2) |
|
bool | operator< (const MpReal &r1, const int r2) |
|
bool | operator< (const MpReal &r1, const unsigned int r2) |
|
bool | operator< (const MpReal &r1, const long int r2) |
|
bool | operator< (const MpReal &r1, const unsigned long int r2) |
|
bool | operator<= (const MpReal &r1, const MpReal &r2) |
|
bool | operator<= (const double r1, const MpReal &r2) |
|
bool | operator<= (const int r1, const MpReal &r2) |
|
bool | operator<= (const unsigned int r1, const MpReal &r2) |
|
bool | operator<= (const long int r1, const MpReal &r2) |
|
bool | operator<= (const unsigned long int r1, const MpReal &r2) |
|
bool | operator<= (const MpReal &r1, const double r2) |
|
bool | operator<= (const MpReal &r1, const int r2) |
|
bool | operator<= (const MpReal &r1, const unsigned int r2) |
|
bool | operator<= (const MpReal &r1, const long int r2) |
|
bool | operator<= (const MpReal &r1, const unsigned long int r2) |
|
bool | operator> (const MpReal &r1, const MpReal &r2) |
|
bool | operator> (const double r1, const MpReal &r2) |
|
bool | operator> (const int r1, const MpReal &r2) |
|
bool | operator> (const unsigned int r1, const MpReal &r2) |
|
bool | operator> (const long int r1, const MpReal &r2) |
|
bool | operator> (const unsigned long int r1, const MpReal &r2) |
|
bool | operator> (const MpReal &r1, const double r2) |
|
bool | operator> (const MpReal &r1, const int r2) |
|
bool | operator> (const MpReal &r1, const unsigned int r2) |
|
bool | operator> (const MpReal &r1, const long int r2) |
|
bool | operator> (const MpReal &r1, const unsigned long int r2) |
|
bool | operator>= (const MpReal &r1, const MpReal &r2) |
|
bool | operator>= (const double r1, const MpReal &r2) |
|
bool | operator>= (const int r1, const MpReal &r2) |
|
bool | operator>= (const unsigned int r1, const MpReal &r2) |
|
bool | operator>= (const long int r1, const MpReal &r2) |
|
bool | operator>= (const unsigned long int r1, const MpReal &r2) |
|
bool | operator>= (const MpReal &r1, const double r2) |
|
bool | operator>= (const MpReal &r1, const int r2) |
|
bool | operator>= (const MpReal &r1, const unsigned int r2) |
|
bool | operator>= (const MpReal &r1, const long int r2) |
|
bool | operator>= (const MpReal &r1, const unsigned long int r2) |
|
const MpReal & | min (const MpReal &a, const MpReal &b) |
|
const MpReal & | max (const MpReal &a, const MpReal &b) |
|
std::ostream & | operator<< (std::ostream &o, const MpReal &r) |
|
std::istream & | operator>> (std::istream &i, MpReal &r) |
|