X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Ftranscendental%2Fcl_F_atanhx.cc;h=fc732eb1badbbff78adad4d33f06cfd83bd55ca2;hb=497f359571130e9a14e564f11e4d2eb71c2b144a;hp=24131d5fc2b9f583ff53a68ee9b740a7f00b5468;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/float/transcendental/cl_F_atanhx.cc b/src/float/transcendental/cl_F_atanhx.cc index 24131d5..fc732eb 100644 --- a/src/float/transcendental/cl_F_atanhx.cc +++ b/src/float/transcendental/cl_F_atanhx.cc @@ -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