X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Ftranscendental%2Fcl_F_sinh.cc;h=9800e28a5855367290aced91c2a0bd9683f5593c;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=21c9d4cd2ac65dd4575490f2ea1c8a079c6a00d8;hpb=665c18cd376d8d8c5a8eafb30681a3f9f46d4a99;p=cln.git diff --git a/src/float/transcendental/cl_F_sinh.cc b/src/float/transcendental/cl_F_sinh.cc index 21c9d4c..9800e28 100644 --- a/src/float/transcendental/cl_F_sinh.cc +++ b/src/float/transcendental/cl_F_sinh.cc @@ -1,7 +1,7 @@ // sinh(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/float.h" @@ -9,10 +9,10 @@ // Implementation. -#include "cl_F_tran.h" -#include "cl_F.h" +#include "float/transcendental/cl_F_tran.h" +#include "float/cl_F.h" #include "cln/lfloat.h" -#include "cl_LF.h" +#include "float/lfloat/cl_LF.h" namespace cln { @@ -33,7 +33,7 @@ const cl_F sinh (const cl_F& x) if (TheLfloat(x)->len >= infty) { var cl_LF xx = extend(x,TheLfloat(x)->len+1); var cl_LF_cosh_sinh_t hyp = cl_coshsinh_ratseries(xx); - return cln/float.hyp.sinh,x); + return cl_float(hyp.sinh,x); } else #endif if ((TheLfloat(x)->len >= 500)