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

Diff of /ginac/numeric.h

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

revision 1.64 by cbauer, Fri Jul 11 15:28:44 2003 UTC revision 1.65 by cbauer, Mon Jul 21 15:15:59 2003 UTC
# Line 105  public: Line 105  public:
105          ex eval(int level = 0) const;          ex eval(int level = 0) const;
106          ex evalf(int level = 0) const;          ex evalf(int level = 0) const;
107          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
108          ex normal(exmap & repl, int level = 0) const;          ex normal(exmap & repl, exmap & rev_lookup, int level = 0) const;
109          ex to_rational(lst &repl_lst) const;          ex to_rational(lst &repl_lst) const;
110          ex to_polynomial(lst &repl_lst) const;          ex to_polynomial(lst &repl_lst) const;
111          numeric integer_content() const;          numeric integer_content() const;

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

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