]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.h
- changed behaviour of numeric::is_rational() and added numeric::is_cinteger()
[ginac.git] / ginac / numeric.h
index b7acbceaf5ef67d6640e352cca1ca63c1dd6ecd9..168651d4a665b5e07662c91575565df177b3d69e 100644 (file)
@@ -187,6 +187,8 @@ public:
     bool is_prime(void) const;
     bool is_rational(void) const;
     bool is_real(void) const;
+    bool is_cinteger(void) const;
+    bool is_crational(void) const;
     bool operator==(numeric const & other) const;
     bool operator!=(numeric const & other) const;
     bool operator<(numeric const & other) const;