]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/misc/cl_LF_extend.cc
2006-04-25 Bruno Haible <bruno@clisp.org>
[cln.git] / src / float / lfloat / misc / cl_LF_extend.cc
index 3c1ee6001d7f3daf79664527913141a3d0ce8586..4ca4ce205fd4146ec980a67b7124d2385304af03 100644 (file)
@@ -12,6 +12,8 @@
 #include "cl_LF_impl.h"
 #include "cl_DS.h"
 
+namespace cln {
+
 const cl_LF extend (const cl_LF& x, uintC len)
 {
       var Lfloat y = allocate_lfloat(len,TheLfloat(x)->expo,TheLfloat(x)->sign); // neues LF
@@ -23,3 +25,5 @@ const cl_LF extend (const cl_LF& x, uintC len)
       }
       return y;
 }
+
+}  // namespace cln