renamed: #moduloFromInteger:
authorClaus Gittinger <cg@exept.de>
Sun, 12 Feb 2012 20:49:06 +0100
changeset 14001 b45a88cd1901
parent 14000 1b4fbb92d572
child 14002 0f1ef36dc1b6
renamed: #moduloFromInteger: typo
ArithmeticValue.st
--- a/ArithmeticValue.st	Tue Feb 07 17:41:55 2012 +0100
+++ b/ArithmeticValue.st	Sun Feb 12 20:49:06 2012 +0100
@@ -832,15 +832,6 @@
     "Modified: 17.4.1996 / 12:33:33 / cg"
 !
 
-moduluFromInteger:anInteger
-    "anInteger does not know how to divide by the receiver -
-     retry the operation by coercing to higher generality"
-
-    ^ anInteger retry:#\\ coercing:self
-
-    "Created: / 09-08-2010 / 19:51:45 / cg"
-!
-
 productFromComplex:aComplex
     "the receiver does not know how to multiply a complex -
      retry the operation by coercing to higher generality"
@@ -1333,11 +1324,11 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.87 2010-08-09 17:52:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.88 2012-02-12 19:49:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.87 2010-08-09 17:52:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.88 2012-02-12 19:49:06 cg Exp $'
 ! !
 
 ArithmeticValue initialize!