]> www.ginac.de Git - cln.git/blobdiff - src/integer/2adic/cl_I_2adic_recip.cc
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / src / integer / 2adic / cl_I_2adic_recip.cc
index f99785054f587762432fe1d10bcda7548608e646..4ff9575113206b7802ae5df87592207846f0e997 100644 (file)
@@ -4,7 +4,7 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_integer.h"
+#include "cln/integer.h"
 
 
 // Implementation.
@@ -13,6 +13,8 @@
 #include "cl_2DS.h"
 #include "cl_I_log.h"
 
+namespace cln {
+
 const cl_I cl_recip2adic (uintL n, const cl_I& x)
 {
        var uintL len = ceiling(n,intDsize);
@@ -38,3 +40,4 @@ const cl_I cl_recip2adic (uintL n, const cl_I& x)
 }
 // Bit complexity (N := n): O(M(N)).
 
+}  // namespace cln