]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.h
Created pseries::evalm. Patch by Alexei.
[ginac.git] / ginac / pseries.h
index 0d1813aa315f11bf3cb8d1385d26155ed3c416b6..e53baf6e28e682bb79428e639b00907a567dc04a 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-2007 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
@@ -59,6 +59,7 @@ public:
        ex real_part() const;
        ex imag_part() const;
        ex eval_integ() const;
+       ex evalm() const;
 protected:
        ex derivative(const symbol & s) const;