Float.st
changeset 1892 d3564145c15c
parent 1879 26df273349c4
child 1893 c66af5c46272
--- a/Float.st	Tue Nov 05 19:28:31 1996 +0100
+++ b/Float.st	Tue Nov 05 19:36:39 1996 +0100
@@ -69,6 +69,12 @@
     of arithmetic operations (even if the operands are subclass-instances).
     (It does the float-check by probing a bit in the classes flag instVar).
 
+    Mixed mode arithmetic:
+        float op float       -> float
+        float op fix         -> float
+        float op integer     -> float
+        float op float       -> float
+
     [Class Variables:]
 
     [see also:]
@@ -1229,5 +1235,5 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.44 1996-11-05 11:20:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.45 1996-11-05 18:36:39 cg Exp $'
 ! !