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

Diff of /ginac/numeric.h

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

revision 1.63 by cbauer, Wed Jul 2 16:47:12 2003 UTC revision 1.64 by cbauer, Fri Jul 11 15:28:44 2003 UTC
# Line 104  public: Line 104  public:
104          bool has(const ex &other) const;          bool has(const ex &other) const;
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 lst & ls, const lst & lr, unsigned options = 0) const { return subs_one_level(ls, lr, 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(lst &sym_lst, lst &repl_lst, int level = 0) const;          ex normal(exmap & repl, 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.63  
changed lines
  Added in v.1.64

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