]> www.ginac.de Git - cln.git/blobdiff - src/real/elem/cl_R_div.cc
Fix compilation on CYGWIN:
[cln.git] / src / real / elem / cl_R_div.cc
index 46e6d025fb286062b2596a0daf67b94a6e9f2441..546c30aa0d17b9e76817478a0885d3346ceae169 100644 (file)
@@ -32,7 +32,7 @@ ALL_cl_LF_OPERATIONS_SAME_PRECISION()
 const cl_R operator/ (const cl_R& x, const cl_R& y)
 {
        if (eq(x,0))
-               // 0 / y = exakte 0, außer wenn y=0
+               // 0 / y = exakte 0, außer wenn y=0
                { if (zerop(y))
                        { throw division_by_0_exception(); }
                  else