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

Diff of /ginac/numeric.h

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

revision 1.32 by kreckel, Mon Apr 3 18:02:17 2000 UTC revision 1.33 by cbauer, Thu Apr 6 15:58:15 2000 UTC
# Line 132  public: Line 132  public:
132      ex eval(int level=0) const;      ex eval(int level=0) const;
133      ex evalf(int level=0) const;      ex evalf(int level=0) const;
134      ex normal(lst &sym_lst, lst &repl_lst, int level=0) const;      ex normal(lst &sym_lst, lst &repl_lst, int level=0) const;
135        ex to_rational(lst &repl_lst) const;
136      numeric integer_content(void) const;      numeric integer_content(void) const;
137      ex smod(const numeric &xi) const;      ex smod(const numeric &xi) const;
138      numeric max_coefficient(void) const;      numeric max_coefficient(void) const;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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