]> www.ginac.de Git - ginac.git/blobdiff - ginac/ex.h
- carried on with felonious plot about making ex::bp private.
[ginac.git] / ginac / ex.h
index 88f4e2ef40fd439e5afa349f57a3fe28dc60ebe3..aefb6af7808dd3c6171f95ed60069dba14853071 100644 (file)
@@ -98,8 +98,8 @@ public:
        ex primpart(const symbol &x) const;
        ex primpart(const symbol &x, const ex &cont) const;
        ex normal(int level = 0) const;
-       ex to_rational(lst &repl_lst) const;
-       ex smod(const numeric &xi) const;
+       ex to_rational(lst &repl_lst) const { return bp->to_rational(repl_lst); }
+       ex smod(const numeric &xi) const { return bp->smod(xi); }
        numeric max_coefficient(void) const;
        ex collect(const ex & s, bool distributed = false) const { return bp->collect(s, distributed); }
        ex eval(int level = 0) const { return bp->eval(level); }