Number.st
changeset 16630 cd7e20dfc977
parent 16477 3d4369fc611c
child 16656 9d93ee3916f6
--- a/Number.st	Wed Jun 25 10:00:02 2014 +0200
+++ b/Number.st	Wed Jun 25 10:56:11 2014 +0200
@@ -13,8 +13,7 @@
 
 ArithmeticValue subclass:#Number
 	instanceVariableNames:''
-	classVariableNames:'DecimalPointCharacter DecimalPointCharacterForPrinting
-		DecimalPointCharacters DecimalPointCharactersForReading'
+	classVariableNames:'DecimalPointCharacterForPrinting DecimalPointCharactersForReading'
 	poolDictionaries:''
 	category:'Magnitude-Numbers'
 !
@@ -445,7 +444,6 @@
     "
 ! !
 
-
 !Number class methodsFor:'constants'!
 
 decimalPointCharacter 
@@ -674,7 +672,6 @@
     "Modified: / 16.11.2001 / 14:13:16 / cg"
 ! !
 
-
 !Number class methodsFor:'private'!
 
 readMantissaAndScaleFrom:aStream radix:radix
@@ -749,7 +746,6 @@
     ^ self == Number
 ! !
 
-
 !Number methodsFor:'*StateSpecs-Specs'!
 
 isEqual: aNumber within: accuracy 
@@ -902,7 +898,6 @@
 ! !
 
 
-
 !Number methodsFor:'coercing & converting'!
 
 i
@@ -2383,14 +2378,13 @@
     "Modified: / 5.11.2001 / 17:54:22 / cg"
 ! !
 
-
 !Number class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.149 2014-05-21 12:33:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.150 2014-06-25 08:56:11 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.149 2014-05-21 12:33:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.150 2014-06-25 08:56:11 stefan Exp $'
 ! !