FixedPoint.st
changeset 9129 f1451239cd4b
parent 7442 1b0a20747a64
child 9131 fcbe5d33e038
equal deleted inserted replaced
9128:960eefbca77a 9129:f1451239cd4b
    83     [author:]
    83     [author:]
    84         Jan Steinman, Bytesmiths
    84         Jan Steinman, Bytesmiths
    85         adapted, modified & enhanced by Claus Gittinger
    85         adapted, modified & enhanced by Claus Gittinger
    86 
    86 
    87     [see also:]
    87     [see also:]
    88         Integer Float ShortFloat LongFloat Number Fraction Complex
    88         Number Fraction Integer Float ShortFloat LongFloat Complex
    89 "
    89 "
    90 !
    90 !
    91 
    91 
    92 examples
    92 examples
    93 "
    93 "
  1143 ! !
  1143 ! !
  1144 
  1144 
  1145 !FixedPoint class methodsFor:'documentation'!
  1145 !FixedPoint class methodsFor:'documentation'!
  1146 
  1146 
  1147 version
  1147 version
  1148     ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.30 2003-06-21 10:32:24 cg Exp $'
  1148     ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.31 2006-02-17 12:35:04 cg Exp $'
  1149 ! !
  1149 ! !