Go to the source code of this file.
Classes |
class | extLong |
| extended long integer More...
|
Defines |
#define | CORE_NaNLong extLong::getNaNLong() |
#define | CORE_posInfty extLong::getPosInfty() |
#define | CORE_negInfty extLong::getNegInfty() |
Functions |
const extLong | EXTLONG_ZERO (0) |
const extLong | EXTLONG_ONE (1) |
const extLong | EXTLONG_TWO (2) |
const extLong | EXTLONG_THREE (3) |
const extLong | EXTLONG_FOUR (4) |
const extLong | EXTLONG_FIVE (5) |
const extLong | EXTLONG_SIX (6) |
const extLong | EXTLONG_SEVEN (7) |
const extLong | EXTLONG_EIGHT (8) |
bool | operator== (const extLong &x, const extLong &y) |
bool | operator!= (const extLong &x, const extLong &y) |
bool | operator< (const extLong &x, const extLong &y) |
bool | operator<= (const extLong &x, const extLong &y) |
bool | operator> (const extLong &x, const extLong &y) |
bool | operator>= (const extLong &x, const extLong &y) |
extLong | operator+ (const extLong &x, const extLong &y) |
extLong | operator- (const extLong &x, const extLong &y) |
extLong | operator* (const extLong &x, const extLong &y) |
extLong | operator/ (const extLong &x, const extLong &y) |
Variables |
CORE_BEGIN_NAMESPACE const long | EXTLONG_MAX = LONG_MAX |
const long | EXTLONG_MIN = LONG_MIN + 1 |
const long | EXTLONG_NAN = LONG_MIN |
const unsigned long | U_EXTLONG_MAX = LONG_MAX |
Define Documentation
Function Documentation
Variable Documentation