]> www.ginac.de Git - cln.git/blobdiff - src/float/sfloat/elem/cl_SF_fround.cc
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / src / float / sfloat / elem / cl_SF_fround.cc
index 1a651d7d405d308210a70df64dbd2ad141cdbd0d..1b70ad22d3af3ede5f0a07d289e91a8ca521af99 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_sfloat.h"
+#include "cln/sfloat.h"
 
 
 // Implementation.
 
 #include "cl_SF.h"
 
+namespace cln {
+
 const cl_SF fround (const cl_SF& x)
 {
 // Methode:
@@ -75,3 +77,5 @@ const cl_SF fround (const cl_SF& x)
               }   }
         }
 }
+
+}  // namespace cln