X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Felem%2Fcl_F_recip.cc;h=2fde825959465119498d7b801846c5a57387c6dc;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=7469cbb2cf4576abe3f5793b45b9c8c9a4e72e4e;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/float/elem/cl_F_recip.cc b/src/float/elem/cl_F_recip.cc index 7469cbb..2fde825 100644 --- a/src/float/elem/cl_F_recip.cc +++ b/src/float/elem/cl_F_recip.cc @@ -1,19 +1,23 @@ // recip(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_float.h" +#include "cln/float.h" // Implementation. -#include "cl_F.h" -#include "cl_sfloat.h" -#include "cl_ffloat.h" -#include "cl_dfloat.h" -#include "cl_lfloat.h" +#include "float/cl_F.h" +#include "cln/sfloat.h" +#include "cln/ffloat.h" +#include "cln/dfloat.h" +#include "cln/lfloat.h" + +namespace cln { const cl_F recip (const cl_F& x) GEN_F_OP1(x, recip, return) + +} // namespace cln