LongFloat.st
changeset 6898 d0182256f3ff
parent 6574 788f5a36dcb1
child 7141 033f2c26d8e6
equal deleted inserted replaced
6897:7282c0dc54d3 6898:d0182256f3ff
   247 
   247 
   248     "Modified: 23.4.1996 / 09:26:45 / cg"
   248     "Modified: 23.4.1996 / 09:26:45 / cg"
   249 ! !
   249 ! !
   250 
   250 
   251 !LongFloat class methodsFor:'queries'!
   251 !LongFloat class methodsFor:'queries'!
       
   252 
       
   253 exponentCharacter
       
   254     ^ $q
       
   255 !
   252 
   256 
   253 isBuiltInClass
   257 isBuiltInClass
   254     "return true if this class is known by the run-time-system.
   258     "return true if this class is known by the run-time-system.
   255      Here, true is returned for myself, false for subclasses."
   259      Here, true is returned for myself, false for subclasses."
   256 
   260 
  1028 ! !
  1032 ! !
  1029 
  1033 
  1030 !LongFloat class methodsFor:'documentation'!
  1034 !LongFloat class methodsFor:'documentation'!
  1031 
  1035 
  1032 version
  1036 version
  1033     ^ '$Header: /cvs/stx/stx/libbasic/LongFloat.st,v 1.19 2002-06-11 21:42:53 stefan Exp $'
  1037     ^ '$Header: /cvs/stx/stx/libbasic/LongFloat.st,v 1.20 2002-11-26 11:41:32 cg Exp $'
  1034 ! !
  1038 ! !