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

Diff of /ginac/numeric.h

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

revision 1.60 by kreckel, Thu Jan 24 22:28:20 2002 UTC revision 1.61 by cbauer, Fri Jan 25 15:33:07 2002 UTC
# Line 85  public: Line 85  public:
85          void print(const print_context & c, unsigned level = 0) const;          void print(const print_context & c, unsigned level = 0) const;
86          unsigned precedence(void) const {return 30;}          unsigned precedence(void) const {return 30;}
87          bool info(unsigned inf) const;          bool info(unsigned inf) const;
88            int degree(const ex & s) const;
89            int ldegree(const ex & s) const;
90            ex coeff(const ex & s, int n = 1) const;
91          bool has(const ex &other) const;          bool has(const ex &other) const;
92          ex eval(int level = 0) const;          ex eval(int level = 0) const;
93          ex evalf(int level = 0) const;          ex evalf(int level = 0) const;

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

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