#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 19 Jul 2019 17:29:07 +0200
changeset 24439 2701503c110a
parent 24438 dfad57d7c9ad
child 24440 aa298221eb96
#OTHER by cg comment
ShortFloat.st
--- a/ShortFloat.st	Fri Jul 19 17:29:03 2019 +0200
+++ b/ShortFloat.st	Fri Jul 19 17:29:07 2019 +0200
@@ -679,10 +679,12 @@
 !
 
 radix
-    "answer the radix of a ShortFloats exponent
+    "answer the radix of a ShortFloat's exponent
      This is an IEEE float, which is represented as binary"
 
     ^ 2 "must be careful here, whenever ST/X is used on a VAX or a 370"
+
+    "Modified (comment): / 19-07-2019 / 17:28:40 / Claus Gittinger"
 ! !
 
 !ShortFloat methodsFor:'arithmetic'!