]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.h
- replaced the various print*() member functions by a single print() that
[ginac.git] / ginac / numeric.h
index ce50406f31a20852bd72afb822f5ea158786a855..2d856aaabde5abd2a809a7cebe038c4a88f5d4f9 100644 (file)
@@ -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;