categories
authorClaus Gittinger <cg@exept.de>
Mon, 07 Feb 2000 12:31:22 +0100
changeset 5238 f7a816a660a3
parent 5237 ac92ad320972
child 5239 8b70947d7036
categories
ArithmeticValue.st
Float.st
Integer.st
LimitedPrecisionReal.st
Number.st
--- a/ArithmeticValue.st	Mon Feb 07 12:18:38 2000 +0100
+++ b/ArithmeticValue.st	Mon Feb 07 12:31:22 2000 +0100
@@ -255,7 +255,7 @@
     ^ self - ((self quo:something) * something)
 ! !
 
-!ArithmeticValue methodsFor:'coercing'!
+!ArithmeticValue methodsFor:'coercing & converting'!
 
 coerce:aNumber
     "convert aNumber into an instance of the receivers class and return it."
@@ -913,6 +913,6 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.32 1999-11-15 19:36:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.33 2000-02-07 11:30:37 cg Exp $'
 ! !
 ArithmeticValue initialize!
--- a/Float.st	Mon Feb 07 12:18:38 2000 +0100
+++ b/Float.st	Mon Feb 07 12:31:22 2000 +0100
@@ -730,7 +730,7 @@
     "Modified: 23.4.1996 / 09:29:48 / cg"
 ! !
 
-!Float methodsFor:'coercion and converting'!
+!Float methodsFor:'coercing & converting'!
 
 asDouble
     "ST80 compatibility: return a float with same value - thats me"
@@ -2030,6 +2030,6 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.105 1999-12-17 11:35:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.106 2000-02-07 11:29:37 cg Exp $'
 ! !
 Float initialize!
--- a/Integer.st	Mon Feb 07 12:18:38 2000 +0100
+++ b/Integer.st	Mon Feb 07 12:31:22 2000 +0100
@@ -1202,7 +1202,7 @@
     "Modified: / 25.10.1998 / 19:20:33 / cg"
 ! !
 
-!Integer methodsFor:'coercing and converting'!
+!Integer methodsFor:'coercing & converting'!
 
 asFixedPoint
     "return the receiver as a fixedPoint number"
@@ -2507,7 +2507,7 @@
     "Modified: / 3.5.1999 / 14:30:49 / stefan"
 ! !
 
-!Integer::ModuloNumber methodsFor:'arithmethic'!
+!Integer::ModuloNumber methodsFor:'arithmetic'!
 
 modulusOf:aNumber
     "compute the aNumber modulo myself.
@@ -2587,6 +2587,6 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.129 2000-01-25 10:52:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.130 2000-02-07 11:29:02 cg Exp $'
 ! !
 Integer initialize!
--- a/LimitedPrecisionReal.st	Mon Feb 07 12:18:38 2000 +0100
+++ b/LimitedPrecisionReal.st	Mon Feb 07 12:31:22 2000 +0100
@@ -140,7 +140,7 @@
     "Modified: 5.11.1996 / 11:45:37 / cg"
 ! !
 
-!LimitedPrecisionReal methodsFor:'coercion and converting'!
+!LimitedPrecisionReal methodsFor:'coercing & converting'!
 
 asFixedPoint
     "return the receiver as fixedPoint number.
@@ -497,5 +497,5 @@
 !LimitedPrecisionReal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.32 1999-08-19 01:20:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.33 2000-02-07 11:31:22 cg Exp $'
 ! !
--- a/Number.st	Mon Feb 07 12:18:38 2000 +0100
+++ b/Number.st	Mon Feb 07 12:31:22 2000 +0100
@@ -327,7 +327,7 @@
     ^ self rounded printString
 ! !
 
-!Number methodsFor:'coercing'!
+!Number methodsFor:'coercing & converting'!
 
 coerce:aNumber
     "return aNumber converted into receivers type"
@@ -693,5 +693,5 @@
 !Number class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.56 1999-11-19 17:26:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.57 2000-02-07 11:30:10 cg Exp $'
 ! !