stx_libbasic2.st
changeset 5329 445e4a194cd1
parent 5322 5b80c9957e17
child 5332 0b4718378009
equal deleted inserted replaced
5328:f1d46108f6f8 5329:445e4a194cd1
   401      if it has extensions."
   401      if it has extensions."
   402 
   402 
   403     ^ #(
   403     ^ #(
   404         ArithmeticValue asQDouble
   404         ArithmeticValue asQDouble
   405         ArithmeticValue asQuadFloat
   405         ArithmeticValue asQuadFloat
       
   406         ArithmeticValue differenceFromIEEEFloat:
   406         ArithmeticValue differenceFromQDouble:
   407         ArithmeticValue differenceFromQDouble:
       
   408         ArithmeticValue equalFromIEEEFloat:
   407         ArithmeticValue equalFromQDouble:
   409         ArithmeticValue equalFromQDouble:
       
   410         ArithmeticValue lessFromIEEEFloat:
   408         ArithmeticValue lessFromQDouble:
   411         ArithmeticValue lessFromQDouble:
       
   412         ArithmeticValue productFromIEEEFloat:
   409         ArithmeticValue productFromQDouble:
   413         ArithmeticValue productFromQDouble:
       
   414         ArithmeticValue quotientFromIEEEFloat:
   410         ArithmeticValue quotientFromQDouble:
   415         ArithmeticValue quotientFromQDouble:
   411         ArithmeticValue remainderFromQDouble:
   416         ArithmeticValue remainderFromQDouble:
       
   417         ArithmeticValue sumFromIEEEFloat:
   412         ArithmeticValue sumFromQDouble:
   418         ArithmeticValue sumFromQDouble:
   413         Block deferredValue
   419         Block deferredValue
   414         Block deferredValueAt:
   420         Block deferredValueAt:
   415         Block futureValue
   421         Block futureValue
   416         Block futureValue:
   422         Block futureValue:
   449         Collection asSkipList
   455         Collection asSkipList
   450         Collection asSkipList:
   456         Collection asSkipList:
   451         Float absDecimalPrintOn:digits:
   457         Float absDecimalPrintOn:digits:
   452         Float absPrintOn:digits:
   458         Float absPrintOn:digits:
   453         Float absScientificPrintOn:digits:
   459         Float absScientificPrintOn:digits:
       
   460         Float asIEEEFloat
   454         Float asOctaFloat
   461         Float asOctaFloat
   455         Float asQDouble
   462         Float asQDouble
   456         Float asQuadFloat
   463         Float asQuadFloat
   457         Fraction asQuadFloat
   464         Fraction asQuadFloat
   458         Integer asOctaFloat
   465         Integer asOctaFloat
   459         Integer asQDouble
   466         Integer asQDouble
   460         Integer asQuadFloat
   467         Integer asQuadFloat
   461         Integer atRandom
   468         Integer atRandom
   462         LimitedPrecisionReal asOctaFloat
   469         LimitedPrecisionReal asOctaFloat
   463         LimitedPrecisionReal asQuadFloat
   470         LimitedPrecisionReal asQuadFloat
       
   471         LongFloat asIEEEFloat
   464         LongFloat asQDouble
   472         LongFloat asQDouble
   465         LongFloat asQuadFloat
   473         LongFloat asQuadFloat
   466         MetaNumber asOctaFloat
   474         MetaNumber asOctaFloat
   467         MetaNumber asQDouble
   475         MetaNumber asQDouble
   468         MetaNumber asQuadFloat
   476         MetaNumber asQuadFloat
   491         Object triggerEvent:with:
   499         Object triggerEvent:with:
   492         Object triggerEvent:withArguments:
   500         Object triggerEvent:withArguments:
   493         Object when:send:to:
   501         Object when:send:to:
   494         Object when:send:to:with:
   502         Object when:send:to:with:
   495         Object when:sendTo:
   503         Object when:sendTo:
       
   504         ShortFloat asIEEEFloat
   496         ShortFloat asQuadFloat
   505         ShortFloat asQuadFloat
   497         Stream collecting:
   506         Stream collecting:
   498         Stream printf:
   507         Stream printf:
   499         Stream printf:arguments:
   508         Stream printf:arguments:
   500         Stream printf:with:
   509         Stream printf:with: