ArithmeticValue.st
changeset 3393 f07a758f8c69
parent 3134 22c7071ff004
child 3635 3fcccef48db3
equal deleted inserted replaced
3392:84332bb01a86 3393:f07a758f8c69
   146 
   146 
   147 unorderedSignal
   147 unorderedSignal
   148     "return the signal which is raised when numbers are compared, 
   148     "return the signal which is raised when numbers are compared, 
   149      for which no ordering is defined (for example: complex numbers)"
   149      for which no ordering is defined (for example: complex numbers)"
   150 
   150 
   151     ^ UnderflowSignal
   151     ^ UnorderedSignal
   152 ! !
   152 ! !
   153 
   153 
   154 !ArithmeticValue methodsFor:'arithmetic'!
   154 !ArithmeticValue methodsFor:'arithmetic'!
   155 
   155 
   156 * something
   156 * something
   790 ! !
   790 ! !
   791 
   791 
   792 !ArithmeticValue class methodsFor:'documentation'!
   792 !ArithmeticValue class methodsFor:'documentation'!
   793 
   793 
   794 version
   794 version
   795     ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.25 1997-12-19 08:35:37 stefan Exp $'
   795     ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.26 1998-04-22 19:02:19 cg Exp $'
   796 ! !
   796 ! !
   797 ArithmeticValue initialize!
   797 ArithmeticValue initialize!