]> www.ginac.de Git - cln.git/blobdiff - include/cln/numtheory.h
Replace CL_REQUIRE/CL_PROVIDE(cl_I_ring) with portable code.
[cln.git] / include / cln / numtheory.h
index 8ae3ac88009ecc402959b3f96aa4c4cbe6baa8f6..86b8324972cfefe969c3ed3ede3374b240830702 100644 (file)
@@ -21,7 +21,7 @@ namespace cln {
 // isprobprime(n), n integer > 0,
 // returns true when n is probably prime.
 // This is pretty quick, but no caching is done.
-  extern cl_boolean isprobprime (const cl_I& n);
+  extern bool isprobprime (const cl_I& n);
 
 // nextprobprime(x) returns the smallest probable prime >= x.
   extern const cl_I nextprobprime (const cl_R& x);