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