]> www.ginac.de Git - cln.git/blobdiff - src/integer/division/cl_I_round2.cc
* include/cln/number.h (As): Fix it in namespace by suffixing `_As'
[cln.git] / src / integer / division / cl_I_round2.cc
index bfa24c17a151a748cae9d0fe8ffa95390801001f..3aa59909bc90b52b9f08c04a7eff0cc22a7781c3 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_integer.h"
+#include "cln/integer.h"
 
 
 // Implementation.
 
 #include "cl_I.h"
 
+namespace cln {
+
 const cl_I_div_t round2 (const cl_I& x, const cl_I& y)
 {
 // Methode:
@@ -37,3 +39,5 @@ const cl_I_div_t round2 (const cl_I& x, const cl_I& y)
     { q = -q; }
   return q_r;
 }
+
+}  // namespace cln