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

Diff of /ginac/numeric.h

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

revision 1.72 by vollinga, Thu Jan 19 16:36:07 2006 UTC revision 1.73 by chrisd, Tue Feb 14 16:40:06 2006 UTC
# Line 108  public: Line 108  public:
108          int degree(const ex & s) const;          int degree(const ex & s) const;
109          int ldegree(const ex & s) const;          int ldegree(const ex & s) const;
110          ex coeff(const ex & s, int n = 1) const;          ex coeff(const ex & s, int n = 1) const;
111          bool has(const ex &other) const;          bool has(const ex &other, unsigned options = 0) const;
112          ex eval(int level = 0) const;          ex eval(int level = 0) const;
113          ex evalf(int level = 0) const;          ex evalf(int level = 0) const;
114          ex subs(const exmap & m, unsigned options = 0) const { return subs_one_level(m, options); } // overwrites basic::subs() for performance reasons          ex subs(const exmap & m, unsigned options = 0) const { return subs_one_level(m, options); } // overwrites basic::subs() for performance reasons

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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