]> www.ginac.de Git - cln.git/blobdiff - src/float/sfloat/elem/cl_SF_futrunc.cc
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / src / float / sfloat / elem / cl_SF_futrunc.cc
index 867d9921ccaa110d4dbf7a995d4919ce3114fdeb..458eb0d201a2ff50bdd7ad481cacfd38580a47a7 100644 (file)
@@ -9,6 +9,8 @@
 
 // Implementation.
 
+namespace cln {
+
 const cl_SF futruncate (const cl_SF& x)
 {
 // Methode:
@@ -47,3 +49,5 @@ const cl_SF futruncate (const cl_SF& x)
                 );
         }   }
 }
+
+}  // namespace cln