X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fpower.h;h=b4faa178a6daadfe8a708c218ab375e4023cb5a2;hp=afb5b0940835aa265d08e06f961a7c9a5dfcfa0b;hb=e3830d7f64627be5f6f4f265c0e8effb653be6b9;hpb=b7e47bd8c2593da1ef990f8c09c4d5ee321955f5 diff --git a/ginac/power.h b/ginac/power.h index afb5b094..b4faa178 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -76,6 +76,7 @@ public: ex series(const relational & s, int order) const; ex subs(const lst & ls, const lst & lr) const; ex normal(lst &sym_lst, lst &repl_lst, int level=0) const; + ex to_rational(lst &repl_lst) const; ex simplify_ncmul(const exvector & v) const; protected: ex derivative(const symbol & s) const;