]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_ln2_f.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / transcendental / cl_F_ln2_f.cc
index f1bcc31e34f6d4918056ea1e4a887c52e0131065..68faaecf56ebf68aaa5a05509935921899c3d2b2 100644 (file)
@@ -11,7 +11,9 @@
 
 #include "cl_F.h"
 
-const cl_F cl_ln2 (cl_float_format_t f)
+namespace cln {
+
+const cl_F cl_ln2 (float_format_t f)
 {
        floatformatcase((uintL)f
        ,       return cl_SF_ln2;
@@ -20,3 +22,5 @@ const cl_F cl_ln2 (cl_float_format_t f)
        ,       return cl_ln2(len);
        );
 }
+
+}  // namespace cln