X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fadd.h;h=4d5bd0aee7242ce0690139c7cdf61050637f39a0;hp=7d96c8c30ed2d2fdff91d933acb14d6d55bbbdd4;hb=0c2f0f4c6d4118e817c5b9a14a9d0f3ada82e9fe;hpb=293ff6f6fe89c3e5413c8da57feedf3bd2016cd7 diff --git a/ginac/add.h b/ginac/add.h index 7d96c8c3..4d5bd0ae 100644 --- a/ginac/add.h +++ b/ginac/add.h @@ -47,6 +47,7 @@ public: public: unsigned precedence() const {return 40;} 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;