]> www.ginac.de Git - cln.git/blobdiff - src/float/misc/cl_F_extendsqrtx.cc
Cater to the fact that g++ 4.3 will use a different naming for
[cln.git] / src / float / misc / cl_F_extendsqrtx.cc
index ca9f8913f2f3cc3da621cfe8cef6aaf3af006bb1..51e9fa3b4f899e6af2de24cbab4de2bba6cecb1d 100644 (file)
@@ -12,6 +12,8 @@
 #include "cl_SF.h"
 #include "cl_LF.h"
 
+namespace cln {
+
 const cl_F cl_F_extendsqrtx (const cl_F& x)
 {
 // Methode:
@@ -26,3 +28,5 @@ const cl_F cl_F_extendsqrtx (const cl_F& x)
        ,       return extend(x,cl_LF_len_incsqrtx(TheLfloat(x)->len));
        );
 }
+
+}  // namespace cln