class: Float
authorStefan Vogel <sv@exept.de>
Mon, 30 Jun 2014 16:19:53 +0200
changeset 16661 9d23b8a1005d
parent 16660 1d6a329ac2c7
child 16662 81b5f9f4b0b8
class: Float changed: #epsilon
Float.st
--- a/Float.st	Mon Jun 30 16:18:24 2014 +0200
+++ b/Float.st	Mon Jun 30 16:19:53 2014 +0200
@@ -400,7 +400,7 @@
 !
 
 epsilon
-    ^ epsilon
+    ^ Epsilon
 ! !
 
 
@@ -3016,11 +3016,11 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.199 2014-06-30 14:17:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.200 2014-06-30 14:19:53 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.199 2014-06-30 14:17:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.200 2014-06-30 14:19:53 stefan Exp $'
 ! !