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

Diff of /ginac/numeric.h

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

revision 1.12 by frink, Thu Dec 2 15:45:15 1999 UTC revision 1.13 by kreckel, Fri Dec 10 17:23:57 1999 UTC
# Line 187  public: Line 187  public:
187      bool is_prime(void) const;      bool is_prime(void) const;
188      bool is_rational(void) const;      bool is_rational(void) const;
189      bool is_real(void) const;      bool is_real(void) const;
190        bool is_cinteger(void) const;
191        bool is_crational(void) const;
192      bool operator==(numeric const & other) const;      bool operator==(numeric const & other) const;
193      bool operator!=(numeric const & other) const;      bool operator!=(numeric const & other) const;
194      bool operator<(numeric const & other) const;      bool operator<(numeric const & other) const;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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