]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_atanhx.cc
* Add support for OpenBSD.
[cln.git] / src / float / transcendental / cl_F_atanhx.cc
index 24131d5fc2b9f583ff53a68ee9b740a7f00b5468..fc732eb1badbbff78adad4d33f06cfd83bd55ca2 100644 (file)
@@ -6,13 +6,13 @@
 // Specification.
 #include "cl_F_tran.h"
 #include "cl_F.h"
-#include "cl_lfloat.h"
+#include "cln/lfloat.h"
 #include "cl_LF.h"
 
 
 // Implementation.
 
-#include "cl_float.h"
+#include "cln/float.h"
 #include "cl_low.h"
 
 #undef MAYBE_INLINE
@@ -21,6 +21,8 @@
 #include "cl_LF_minusp.cc"
 #include "cl_LF_exponent.cc"
 
+namespace cln {
+
 // cl_F atanhx (const cl_F& x)
 // cl_LF atanhx (const cl_LF& x)
 //
@@ -183,3 +185,5 @@ const cl_F atanhx (const cl_F& x)
 //  500    35.5    24.2     9.7
 // 1000   168     116      29.6
 // ==> using ln faster for N >= 34.
+
+}  // namespace cln