]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.h
Wipe out remnants of custom RTTI.
[ginac.git] / ginac / pseries.h
index fe88508cd7668e928c39a817b94d446edcb05739..b3d27160c46424c415e3964616905eb0eeba405c 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to class for extended truncated power series. */
 
 /*
- *  GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2008 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
@@ -56,7 +56,10 @@ public:
        ex normal(exmap & repl, exmap & rev_lookup, int level = 0) const;
        ex expand(unsigned options = 0) const;
        ex conjugate() const;
+       ex real_part() const;
+       ex imag_part() const;
        ex eval_integ() const;
+       ex evalm() const;
 protected:
        ex derivative(const symbol & s) const;