]> www.ginac.de Git - ginac.git/blobdiff - check/checks.h
- Extended check (FIXME: may under certain conditions rout oom).
[ginac.git] / check / checks.h
index 4c79e2f36ade4769d2a9e8d786d3520f094ef5fb..d95ad1a28c00102c6bf747602a0dfa40d87fb963 100644 (file)
@@ -36,7 +36,8 @@ using namespace GiNaC;
 const ex dense_univariate_poly(const symbol & x, unsigned degree);
 const ex dense_bivariate_poly(const symbol & x1, const symbol & x2, unsigned degree);
 const ex sparse_tree(const symbol & x, const symbol & y, const symbol & z,
-                     int level, bool trig = false, bool rational = true);
+                     int level,
+                     bool trig = false, bool rational = true, bool complex = false);
 
 // prototypes for all individual checks should be unsigned fcn():
 unsigned check_numeric();