Float.st
changeset 7746 4a4208ef7699
parent 7724 1c8c8024c902
child 8302 e13f6ce60077
--- a/Float.st	Tue Nov 11 12:20:45 2003 +0100
+++ b/Float.st	Tue Nov 11 14:16:57 2003 +0100
@@ -1340,6 +1340,7 @@
     "Modified: / 16.11.2001 / 14:14:43 / cg"
 ! !
 
+
 !Float methodsFor:'printing & storing'!
 
 printString
@@ -1418,7 +1419,7 @@
 !
 
 printfPrintString:formatString
-    "non-portable: return a printed representation of the receiver
+    "non-standard: return a printed representation of the receiver
      as specified by formatString, which is defined by printf.
      If you use this, be aware, that specifying doubles differs on
      systems; on SYSV machines you have to give something like %lf, 
@@ -2473,7 +2474,7 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.150 2003-10-30 15:03:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.151 2003-11-11 13:16:57 cg Exp $'
 ! !
 
 Float initialize!