]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.h
1/1/e expanded e but shouldn't
[ginac.git] / ginac / power.h
index c60ad4e61ac08feee4770b9c63fc664cf80aa3c9..eddcf2f8757d024c55ede192f212e9373e134893 100644 (file)
@@ -84,9 +84,9 @@ protected:
        void do_print_python(const print_python & c, unsigned level) const;
        void do_print_python_repr(const print_python_repr & c, unsigned level) const;
 
-       ex expand_add(const add & a, int n) const;
-       ex expand_add_2(const add & a) const;
-       ex expand_mul(const mul & m, const numeric & n) const;
+       ex expand_add(const add & a, int n, unsigned options) const;
+       ex expand_add_2(const add & a, unsigned options) const;
+       ex expand_mul(const mul & m, const numeric & n, unsigned options, bool from_expand = false) const;
        
 // member variables