X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fpower.h;h=ad2b4af9a66f70228d249287518f38b23e4afade;hb=e485c265061056d29de6fb252cd82ebedd41ec41;hp=c76452476bbedc29f8b4fc32ed78cc554ecc6666;hpb=80ceed0c855ea06ff5acd9375ad2e0c5ca386373;p=ginac.git diff --git a/ginac/power.h b/ginac/power.h index c7645247..ad2b4af9 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -68,6 +68,8 @@ public: ex to_rational(exmap & repl) const; ex to_polynomial(exmap & repl) const; ex conjugate() const; + ex real_part() const; + ex imag_part() const; protected: ex derivative(const symbol & s) const; ex eval_ncmul(const exvector & v) const;