| 30 |
class cl_N; // We want to include cln.h only in numeric.cpp in order to |
class cl_N; // We want to include cln.h only in numeric.cpp in order to |
| 31 |
// avoid namespace pollution and keep compile-time low. |
// avoid namespace pollution and keep compile-time low. |
| 32 |
|
|
| 33 |
|
#ifndef NO_GINAC_NAMESPACE |
| 34 |
namespace GiNaC { |
namespace GiNaC { |
| 35 |
|
#endif // ndef NO_GINAC_NAMESPACE |
| 36 |
|
|
| 37 |
#define HASHVALUE_NUMERIC 0x80000001U |
#define HASHVALUE_NUMERIC 0x80000001U |
| 38 |
|
|
| 331 |
return static_cast<const numeric &>(*e.bp); |
return static_cast<const numeric &>(*e.bp); |
| 332 |
} |
} |
| 333 |
|
|
| 334 |
|
#ifndef NO_GINAC_NAMESPACE |
| 335 |
} // namespace GiNaC |
} // namespace GiNaC |
| 336 |
|
#endif // ndef NO_GINAC_NAMESPACE |
| 337 |
|
|
| 338 |
#endif // ndef __GINAC_NUMERIC_H__ |
#endif // ndef __GINAC_NUMERIC_H__ |