Float.st
changeset 23943 aa4b209ef165
parent 23477 7965dfb1ed1b
child 24152 16af84f4dd1f
--- a/Float.st	Wed Mar 20 12:49:59 2019 +0100
+++ b/Float.st	Wed Mar 20 13:46:31 2019 +0100
@@ -309,7 +309,7 @@
     "return the next Float from the string starting at startIndex.
      No spaces are skipped.
      Raises an exception, if the startIndex is not valid.
-     Returns garbage if the argument string is not a valid float number.
+     Returns garbage if the argument string is not a valid double float number.
 
      This is a specially tuned entry (using a low-level C-call to atof).
      It has been added to allow high speed string decomposition 
@@ -377,7 +377,7 @@
     "
 
     "Modified (comment): / 21-06-2017 / 09:24:32 / cg"
-    "Modified (comment): / 27-10-2018 / 08:57:15 / Claus Gittinger"
+    "Modified (comment): / 20-03-2019 / 13:45:12 / Claus Gittinger"
 !
 
 fromIEEE32Bit: anInteger
@@ -538,7 +538,6 @@
     "Modified (comment): / 22-06-2017 / 13:44:12 / cg"
 ! !
 
-
 !Float class methodsFor:'binary storage'!
 
 readBinaryIEEEDoubleFrom:aStream