Number.st
changeset 1295 83f594f05c52
parent 1245 c8afea3d5af0
child 1422 9a0b792f2953
equal deleted inserted replaced
1294:e26bbb61f6b2 1295:83f594f05c52
    34 !
    34 !
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     abstract superclass for all kinds of numbers
    38     abstract superclass for all kinds of numbers
       
    39 
       
    40     [author:]
       
    41         Claus Gittinger
    39 "
    42 "
    40 ! !
    43 ! !
    41 
    44 
    42 !Number class methodsFor:'instance creation'!
    45 !Number class methodsFor:'instance creation'!
    43 
    46 
   450 ! !
   453 ! !
   451 
   454 
   452 !Number class methodsFor:'documentation'!
   455 !Number class methodsFor:'documentation'!
   453 
   456 
   454 version
   457 version
   455     ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.30 1996-04-22 11:02:34 cg Exp $'
   458     ^ '$Header: /cvs/stx/stx/libbasic/Number.st,v 1.31 1996-04-25 16:59:17 cg Exp $'
   456 ! !
   459 ! !