]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.h
- Added version.h to the list of files to be installed.
[ginac.git] / ginac / power.h
index 13dfd5ffbd4da8b413956991a74a1819f8695c9e..b4faa178a6daadfe8a708c218ab375e4023cb5a2 100644 (file)
@@ -73,12 +73,13 @@ public:
     ex coeff(const symbol & s, int n=1) const;
     ex eval(int level=0) const;
     ex evalf(int level=0) const;
-    ex diff(const symbol & s) const;
-    ex series(const symbol & s, const ex & point, int order) const;
+    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;
     int compare_same_type(const basic & other) const;
     unsigned return_type(void) const;
     unsigned return_type_tinfo(void) const;