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

Diff of /ginac/add.h

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

revision 1.7 by frink, Thu Dec 2 15:45:13 1999 UTC revision 1.8 by kreckel, Mon Dec 13 15:43:32 1999 UTC
# Line 60  public: Line 60  public:
60      // functions overriding virtual functions from bases classes      // functions overriding virtual functions from bases classes
61  public:  public:
62      basic * duplicate() const;      basic * duplicate() const;
     void printraw(ostream & os) const;  
63      void print(ostream & os, unsigned upper_precedence=0) const;      void print(ostream & os, unsigned upper_precedence=0) const;
64        void printraw(ostream & os) const;
65      void printcsrc(ostream & os, unsigned type, unsigned upper_precedence=0) const;      void printcsrc(ostream & os, unsigned type, unsigned upper_precedence=0) const;
66      bool info(unsigned inf) const;      bool info(unsigned inf) const;
67      int degree(symbol const & s) const;      int degree(symbol const & s) const;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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