| 54 |
ex eval(int level=0) const; |
ex eval(int level=0) const; |
| 55 |
ex evalm() const; |
ex evalm() const; |
| 56 |
ex series(const relational & r, int order, unsigned options = 0) const; |
ex series(const relational & r, int order, unsigned options = 0) const; |
| 57 |
ex normal(exmap & repl, int level=0) const; |
ex normal(exmap & repl, exmap & rev_lookup, int level=0) const; |
| 58 |
numeric integer_content() const; |
numeric integer_content() const; |
| 59 |
ex smod(const numeric &xi) const; |
ex smod(const numeric &xi) const; |
| 60 |
numeric max_coefficient() const; |
numeric max_coefficient() const; |