]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.h
Added .is_polynomial() method.
[ginac.git] / ginac / numeric.h
index f0e3362f8965aec7bcd5aaf199e6d65f1f3362d7..ff460638e0ed3c402b3499040200d534880e4d89 100644 (file)
@@ -105,6 +105,7 @@ public:
 public:
        unsigned precedence() const {return 30;}
        bool info(unsigned inf) const;
+       bool is_polynomial(const ex & var) const;
        int degree(const ex & s) const;
        int ldegree(const ex & s) const;
        ex coeff(const ex & s, int n = 1) const;