X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Finteger%2F2adic%2Fcl_I_2adic_div.cc;h=44cca8738c8dc0563639971baf8e808730d32877;hb=c84c6db5d56829d69083c819688a973867694a2a;hp=97791fe7906fbaf7a5ae85ee1d41a92edfe13322;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/integer/2adic/cl_I_2adic_div.cc b/src/integer/2adic/cl_I_2adic_div.cc index 97791fe..44cca87 100644 --- a/src/integer/2adic/cl_I_2adic_div.cc +++ b/src/integer/2adic/cl_I_2adic_div.cc @@ -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