]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.h
- added find() (like has(), but returns list of all occurrences)
[ginac.git] / ginac / symbol.h
index 76b87720b02b1f9a1dec31870b38c518784e55ea..16c3193313df3277d6337aa464c824b7ad39273c 100644 (file)
@@ -75,7 +75,6 @@ public:
        basic * duplicate() const;
        void print(const print_context & c, unsigned level = 0) const;
        bool info(unsigned inf) const;
-       bool has(const ex & other) const;
        int degree(const ex & s) const;
        int ldegree(const ex & s) const;
        ex coeff(const ex & s, int n = 1) const;