]> www.ginac.de Git - cln.git/blobdiff - src/rational/misc/cl_RA_exptpos.cc
* Version 1.1.9 released.
[cln.git] / src / rational / misc / cl_RA_exptpos.cc
index 2db9d745909099167fc551b13fe18a54e6241026..e5e4c3bd9fbd196e9f7b5f90e3a88def2d72630e 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_rational.h"
+#include "cln/rational.h"
 
 
 // Implementation.
 
 #include "cl_RA.h"
-#include "cl_integer.h"
+#include "cln/integer.h"
+
+namespace cln {
 
 const cl_RA expt_pos (const cl_RA& x, uintL y)
 {
@@ -27,3 +29,5 @@ const cl_RA expt_pos (const cl_RA& x, uintL y)
                return I_I_to_RT(expt_pos(a,y),expt_pos(b,y));
        }
 }
+
+}  // namespace cln