]> www.ginac.de Git - cln.git/blobdiff - src/integer/bitwise/cl_I_mkf.cc
* */*: Convert encoding from ISO 8859-1 to UTF-8.
[cln.git] / src / integer / bitwise / cl_I_mkf.cc
index 86c49eac0028a5e5774951cc675effd3a53d0dab..d62585dd7171f8dc46361afc5c0e5b525c9eab68 100644 (file)
@@ -25,7 +25,7 @@ const cl_I mask_field (const cl_I& n, const cl_byte& b)
       // Falls p <= l :
       //   q:=min(p+s,l).
       //   Extrahiere die Bits p,...,q-1 von n.
-      //   Falls p+s>l und n<0, füge p+s-l Einsenbits an (addiere 2^(p+s)-2^l).
+      //   Falls p+s>l und n<0, füge p+s-l Einsenbits an (addiere 2^(p+s)-2^l).
       var uintC s = b.size;
       var uintC p = b.position;
      {var uintC ps = p+s;