#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Wed, 20 Jan 2016 13:21:31 +0100
changeset 19059 687547192a05
parent 19058 12a9089fbc5e
child 19060 2fe260c4796a
#DOCUMENTATION class: LargeInteger comment/format in: #nextPowerOf2
LargeInteger.st
--- a/LargeInteger.st	Wed Jan 20 13:21:19 2016 +0100
+++ b/LargeInteger.st	Wed Jan 20 13:21:31 2016 +0100
@@ -5510,7 +5510,9 @@
 
 nextPowerOf2
     "return the power of 2 at or above the receiver.
-     Notice, that for a powerOf2, the receiver is returned."
+     Notice, that for a powerOf2, the receiver is returned.
+     Also notice, that (because it is used for padding), 
+     0 is returned for zero."
 
     |newBytes nBytes hi|