]> www.ginac.de Git - cln.git/blobdiff - src/real/elem/cl_R_zerop.cc
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / src / real / elem / cl_R_zerop.cc
index e4cba8cf19e2dfb466fa554b845e799665b10831..c3a30aaea7c9d1b72a3f60ef41fcf58fd45bd5a0 100644 (file)
@@ -23,7 +23,7 @@
 
 namespace cln {
 
-cl_boolean zerop (const cl_R& x)
+bool zerop (const cl_R& x)
 #if 0
 GEN_R_OP1_2(x, zerop, return)
 #else // fully inlined, faster