]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.h
- maximum number of arguments for lists bumped to 16 (for making 4x4 matrices)
[ginac.git] / ginac / numeric.h
index 4f2ba1a1e3b4fa9c7c147f8f5082e27513e6357f..4c7fd0b33162ab7572f8de42a75e7ee0d3747e83 100644 (file)
@@ -85,6 +85,7 @@ public:
        // functions overriding virtual functions from bases classes
 public:
        void print(const print_context & c, unsigned level = 0) const;
+       unsigned precedence(void) const {return 30;}
        bool info(unsigned inf) const;
        bool has(const ex &other) const;
        ex eval(int level = 0) const;
@@ -160,7 +161,6 @@ public:
 // member variables
 
 protected:
-       static unsigned precedence;
        cln::cl_number value;
 };
 
@@ -200,7 +200,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);