ArithmeticValue.st
changeset 92 0c73b48551ac
parent 82 0147b4f725ae
child 155 edd7fc34e104
equal deleted inserted replaced
91:b3971c7dc731 92:0c73b48551ac
    20 !
    20 !
    21 
    21 
    22 ArithmeticValue comment:'
    22 ArithmeticValue comment:'
    23 COPYRIGHT (c) 1993 by Claus Gittinger
    23 COPYRIGHT (c) 1993 by Claus Gittinger
    24               All Rights Reserved
    24               All Rights Reserved
       
    25 
       
    26 $Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.8 1994-08-05 00:53:42 claus Exp $
    25 '!
    27 '!
    26 
    28 
    27 !ArithmeticValue class methodsFor:'documentation' !
    29 !ArithmeticValue class methodsFor:'documentation' !
    28 
    30 
    29 copyright
    31 copyright
    40 "
    42 "
    41 !
    43 !
    42 
    44 
    43 version
    45 version
    44 "
    46 "
    45 $Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.7 1994-06-02 11:18:21 claus Exp $
    47 $Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.8 1994-08-05 00:53:42 claus Exp $
    46 "
    48 "
    47 !
    49 !
    48 
    50 
    49 documentation
    51 documentation
    50 "
    52 "
    51     ArithmeticValue is an abstract superclass for all things responding to
    53     ArithmeticValue is an abstract superclass for all things responding to
    52     arithmetic messages. It was inserted into the hierarchy, to allow things
    54     arithmetic messages. It was inserted into the hierarchy, to allow things
    53     like matrices, functions etc. share the arithmetic methods defined here.
    55     like matrices, functions etc. share the arithmetic methods defined here.
    54 
    56 
    55     (In the old hierarchy these had to be Numbers to do that 
    57     In the old hierarchy these had to be Numbers - which was not quite correct.
    56      - which is not quite correct)
       
    57 "
    58 "
    58 ! !
    59 ! !
    59 
    60 
    60 !ArithmeticValue class methodsFor:'initialization' !
    61 !ArithmeticValue class methodsFor:'initialization' !
    61 
    62