]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_logbitp.cc
* */*: Convert encoding from ISO 8859-1 to UTF-8.
[cln.git] / src / integer / bitwise / cl_I_logbitp.cc
index 5a0c3b1a1c05e72c1afee9808129f988440bb093..6bfd4f7a4d4fef9c71356c4fe56576ebf09d2f3b 100644 (file)
@@ -17,7 +17,7 @@ namespace cln {
 bool logbitp (uintC x, const cl_I& y)
 {
     // Methode:
-    // Falls x>=intDsize*Länge(y), teste Vorzeichen von y.
+    // Falls x>=intDsize*Länge(y), teste Vorzeichen von y.
     // Sonst x=intDsize*k+i, Teste Bit i vom Worte Nr. k+1 (von oben herab).
 
        var const uintD* yMSDptr;