X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fnumeric.h;h=2d856aaabde5abd2a809a7cebe038c4a88f5d4f9;hb=fdade42bf337fa1650bb9d69ee06e3bd1562c951;hp=ce50406f31a20852bd72afb822f5ea158786a855;hpb=4e3a4ac2bcb0837611ea31bc8fc05d84a20c33ac;p=ginac.git diff --git a/ginac/numeric.h b/ginac/numeric.h index ce50406f..2d856aaa 100644 --- a/ginac/numeric.h +++ b/ginac/numeric.h @@ -85,10 +85,7 @@ public: // functions overriding virtual functions from bases classes public: - void print(std::ostream &os, unsigned precedence = 0) const; - void printraw(std::ostream &os) const; - void printtree(std::ostream &os, unsigned indent) const; - void printcsrc(std::ostream &os, unsigned type, unsigned precedence=0) const; + void print(const print_context & c, unsigned level = 0) const; bool info(unsigned inf) const; bool has(const ex &other) const; ex eval(int level = 0) const;