| 187 |
bool is_prime(void) const; |
bool is_prime(void) const; |
| 188 |
bool is_rational(void) const; |
bool is_rational(void) const; |
| 189 |
bool is_real(void) const; |
bool is_real(void) const; |
| 190 |
|
bool is_cinteger(void) const; |
| 191 |
|
bool is_crational(void) const; |
| 192 |
bool operator==(numeric const & other) const; |
bool operator==(numeric const & other) const; |
| 193 |
bool operator!=(numeric const & other) const; |
bool operator!=(numeric const & other) const; |
| 194 |
bool operator<(numeric const & other) const; |
bool operator<(numeric const & other) const; |