/[GiNaC]/ginac/add.h
ViewVC logotype

Diff of /ginac/add.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by cbauer, Fri Jul 11 15:28:43 2003 UTC revision 1.40 by cbauer, Mon Jul 21 15:15:59 2003 UTC
# Line 54  public: Line 54  public:
54          ex eval(int level=0) const;          ex eval(int level=0) const;
55          ex evalm() const;          ex evalm() const;
56          ex series(const relational & r, int order, unsigned options = 0) const;          ex series(const relational & r, int order, unsigned options = 0) const;
57          ex normal(exmap & repl, int level=0) const;          ex normal(exmap & repl, exmap & rev_lookup, int level=0) const;
58          numeric integer_content() const;          numeric integer_content() const;
59          ex smod(const numeric &xi) const;          ex smod(const numeric &xi) const;
60          numeric max_coefficient() const;          numeric max_coefficient() const;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15