]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_ln10_f.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / transcendental / cl_F_ln10_f.cc
index 7552674099931b5302ea09c55997001c7f12e75a..2c0332b2b89b55fe1f0264b03ce33aa387417ce5 100644 (file)
 
 #include "cl_F.h"
 
-const cl_F cl_ln10 (cl_float_format_t f)
+namespace cln {
+
+const cl_F cl_ln10 (float_format_t f)
 {
-       floatformatcase((uintL)f
+       floatformatcase((uintC)f
        ,       return cl_SF_ln10;
        ,       return cl_FF_ln10;
        ,       return cl_DF_ln10;
        ,       return cl_ln10(len);
        );
 }
+
+}  // namespace cln