]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_roundpi2.cc
Update known-to-work-with compilers.
[cln.git] / src / float / transcendental / cl_F_roundpi2.cc
index 671cdcf7bc7c202524ed8c321bca11a6819c4e72..d692c5dcce645e1cc012ac035dd7f64c5f7426af 100644 (file)
@@ -1,10 +1,10 @@
 // cl_round_pi2().
 
 // 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_pi2 (const cl_F& x)
 {
        if (float_exponent(x) < 0)
-               // Exponent <0 -> |x|<1/2 -> |x/(pi/2)| < 1/2, also Division unnötig
+               // Exponent <0 -> |x|<1/2 -> |x/(pi/2)| < 1/2, also Division unnötig
                return cl_F_div_t(0,x); // Quotient 0, Rest x
        else
                // x durch pi/2 (mit hinreichender Genauigkeit) dividieren