X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Ftranscendental%2Fcl_F_roundpi.cc;h=d83c7a2783968bbfee76a6ffc8df691776056f5a;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=df8959bf685fa40c393ba58cfe5d07c82f0e9331;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/float/transcendental/cl_F_roundpi.cc b/src/float/transcendental/cl_F_roundpi.cc index df8959b..d83c7a2 100644 --- a/src/float/transcendental/cl_F_roundpi.cc +++ b/src/float/transcendental/cl_F_roundpi.cc @@ -1,10 +1,10 @@ // cl_round_pi(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_F_tran.h" +#include "float/transcendental/cl_F_tran.h" // Implementation. @@ -14,7 +14,7 @@ namespace cln { const cl_F_div_t cl_round_pi (const cl_F& x) { if (float_exponent(x) <= 0) - // Exponent <=0 -> |x|<1 -> |x/pi| < 1/2, also Division unnötig + // Exponent <=0 -> |x|<1 -> |x/pi| < 1/2, also Division unnötig return cl_F_div_t(0,x); // Quotient 0, Rest x else // x durch pi (mit hinreichender Genauigkeit) dividieren