]> www.ginac.de Git - cln.git/blobdiff - include/cln/integer.h
64-bit mingw port: Define cl_tag_mask, cl_value_mask w.r.t. cl_uint.
[cln.git] / include / cln / integer.h
index 2aaf9135475cdbd6069c449457c76b1ca1e7dd8d..081caf2659541d17198fd6e2795c9028463040d4 100644 (file)
@@ -391,7 +391,6 @@ extern const cl_I expt_pos (const cl_I& x, const cl_I& y);
 
 // Fakultät (! n), wo n Fixnum >=0 ist. Ergebnis Integer.
 extern const cl_I factorial (uintL n);
-//CL_REQUIRE(cl_I_factorial)
 
 // Double factorial (!! n), with n Fixnum >=0.  Returns integer.
 extern const cl_I doublefactorial (uintL n);