Float.st
changeset 41 a14247b04d03
parent 31 75f2b9f78be2
child 44 b262907c93ea
--- a/Float.st	Sun Jan 09 22:19:21 1994 +0100
+++ b/Float.st	Sun Jan 09 22:25:58 1994 +0100
@@ -22,7 +22,7 @@
 COPYRIGHT (c) 1988 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Float.st,v 1.7 1994-01-08 16:18:40 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Float.st,v 1.8 1994-01-09 21:22:12 claus Exp $
 
 notice, that Floats are defined as Byte-array to prevent garbage collector
 from going into the value ... otherwise I needed a special case in many places.
@@ -387,6 +387,7 @@
 
 generality
     "return the generality value - see ArithmeticValue>>retry:coercing:"
+
     ^ 80
 !