X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Fpower.h;h=286ee816c3dd8d537c80e5577c727c2a259665c5;hb=f6739585e96e8be7f52229215720ed29164e8024;hp=ff547e308cbdf02d30aa06791b3847e065ba6d62;hpb=be376425f421903c387720307036bbd1ab07afb5;p=ginac.git diff --git a/ginac/power.h b/ginac/power.h index ff547e30..286ee816 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -3,7 +3,7 @@ * Interface to GiNaC's symbolic exponentiation (basis^exponent). */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -65,6 +65,7 @@ public: ex to_rational(exmap & repl) const; ex to_polynomial(exmap & repl) const; exvector get_free_indices() const; + ex conjugate() const; protected: ex derivative(const symbol & s) const; ex eval_ncmul(const exvector & v) const; @@ -86,7 +87,7 @@ protected: 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) const; + ex expand_mul(const mul & m, const numeric & n, unsigned options, bool from_expand = false) const; // member variables