]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/misc/cl_LF_shorten.cc
2006-04-25 Bruno Haible <bruno@clisp.org>
[cln.git] / src / float / lfloat / misc / cl_LF_shorten.cc
index c3a023f17a4cf582fd3625459a6af3deafb931d0..4d9696f7083b5ca460cf6814c5624217bd943cf4 100644 (file)
@@ -13,6 +13,8 @@
 #include "cl_DS.h"
 #include "cl_F.h"
 
+namespace cln {
+
 const cl_LF shorten (const cl_LF& x, uintC len)
 {
       // x = 0.0 braucht nicht abgefangen zu werden, da bei Mantisse 0 dann
@@ -42,3 +44,5 @@ const cl_LF shorten (const cl_LF& x, uintC len)
       }
       return y;
 }
+
+}  // namespace cln