]> www.ginac.de Git - cln.git/blobdiff - src/integer/2adic/cl_I_2adic_div.cc
2006-04-25 Bruno Haible <bruno@clisp.org>
[cln.git] / src / integer / 2adic / cl_I_2adic_div.cc
index 97791fe7906fbaf7a5ae85ee1d41a92edfe13322..44cca8738c8dc0563639971baf8e808730d32877 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_div2adic (uintL n, const cl_I& x, const cl_I& y)
 {
        var uintL len = ceiling(n,intDsize);
@@ -48,3 +50,4 @@ const cl_I cl_div2adic (uintL n, const cl_I& x, const cl_I& y)
 }
 // Bit complexity (N := n): O(M(N)).
 
+}  // namespace cln