]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_roundpi.cc
Replace unused macro with cl_unused.
[cln.git] / src / float / transcendental / cl_F_roundpi.cc
index df8959bf685fa40c393ba58cfe5d07c82f0e9331..d83c7a2783968bbfee76a6ffc8df691776056f5a 100644 (file)
@@ -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