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

Diff of /ginac/numeric.h

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

revision 1.50 by kreckel, Fri May 11 10:16:11 2001 UTC revision 1.51 by cbauer, Sat May 19 17:37:45 2001 UTC
# Line 85  public: Line 85  public:
85          // functions overriding virtual functions from bases classes          // functions overriding virtual functions from bases classes
86  public:  public:
87          void print(const print_context & c, unsigned level = 0) const;          void print(const print_context & c, unsigned level = 0) const;
88            unsigned precedence(void) const {return 30;}
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;
# Line 160  public: Line 161  public:
161  // member variables  // member variables
162    
163  protected:  protected:
         static unsigned precedence;  
164          cln::cl_number value;          cln::cl_number value;
165  };  };
166    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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