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

Diff of /ginac/numeric.h

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

revision 1.48 by kreckel, Wed Feb 28 12:54:53 2001 UTC revision 1.49 by cbauer, Fri Apr 6 19:03:00 2001 UTC
# Line 85  public: Line 85  public:
85    
86          // functions overriding virtual functions from bases classes          // functions overriding virtual functions from bases classes
87  public:  public:
88          void print(std::ostream &os, unsigned precedence = 0) const;          void print(const print_context & c, unsigned level = 0) const;
         void printraw(std::ostream &os) const;  
         void printtree(std::ostream &os, unsigned indent) const;  
         void printcsrc(std::ostream &os, unsigned type, unsigned precedence=0) const;  
89          bool info(unsigned inf) const;          bool info(unsigned inf) const;
90          bool has(const ex &other) const;          bool has(const ex &other) const;
91          ex eval(int level = 0) const;          ex eval(int level = 0) const;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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