]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.h
- Fix GCC 2.95.x brokenness.
[ginac.git] / ginac / numeric.h
index 1cd7d976dfaefd1eca9f3b6d029a1c764065813e..b759d1aff42ac75a31c429719d591fddb02db699 100644 (file)
@@ -39,8 +39,6 @@ namespace cln { class cl_N; }
 
 namespace GiNaC {
 
-#define HASHVALUE_NUMERIC 0x80000001U
-
 /** This class is used to instantiate a global singleton object Digits
  *  which behaves just like Maple's Digits.  We need an object rather 
  *  than a dumber basic type since as a side-effect we let it change
@@ -200,7 +198,6 @@ const numeric doublefactorial(const numeric &n);
 const numeric binomial(const numeric &n, const numeric &k);
 const numeric bernoulli(const numeric &n);
 const numeric fibonacci(const numeric &n);
-const numeric abs(const numeric &x);
 const numeric isqrt(const numeric &x);
 const numeric sqrt(const numeric &x);
 const numeric abs(const numeric &x);