FixedPoint.st
changeset 6898 d0182256f3ff
parent 6897 7282c0dc54d3
child 7053 13e04c48e23c
equal deleted inserted replaced
6897:7282c0dc54d3 6898:d0182256f3ff
   261      self pi squared    
   261      self pi squared    
   262      self pi reciprocal 
   262      self pi reciprocal 
   263      1 / self pi 
   263      1 / self pi 
   264      self pi * 1000000000000000000000000000000000000000000    
   264      self pi * 1000000000000000000000000000000000000000000    
   265     "
   265     "
       
   266 ! !
       
   267 
       
   268 !FixedPoint class methodsFor:'queries'!
       
   269 
       
   270 exponentCharacter
       
   271     ^ $s
   266 ! !
   272 ! !
   267 
   273 
   268 
   274 
   269 !FixedPoint methodsFor:'accessing'!
   275 !FixedPoint methodsFor:'accessing'!
   270 
   276 
   964 ! !
   970 ! !
   965 
   971 
   966 !FixedPoint class methodsFor:'documentation'!
   972 !FixedPoint class methodsFor:'documentation'!
   967 
   973 
   968 version
   974 version
   969     ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.24 2002-11-26 11:13:50 cg Exp $'
   975     ^ '$Header: /cvs/stx/stx/libbasic/FixedPoint.st,v 1.25 2002-11-26 11:41:07 cg Exp $'
   970 ! !
   976 ! !