]> www.ginac.de Git - cln.git/blobdiff - src/real/transcendental/cl_R_ln.cc
2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
[cln.git] / src / real / transcendental / cl_R_ln.cc
index 7862428c61517280fc5c9a8eb0e35104cc3de170..39c394357c09b3e23961aa57c1923e49eccd3d17 100644 (file)
@@ -4,14 +4,16 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_real.h"
+#include "cln/real.h"
 
 
 // Implementation.
 
-#include "cl_float.h"
+#include "cln/float.h"
 #include "cl_R.h"
 
+namespace cln {
+
 const cl_R ln (const cl_R& x)
 {
 // Methode:
@@ -28,3 +30,5 @@ const cl_R ln (const cl_R& x)
                return ln(x);
        }
 }
+
+}  // namespace cln