eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SomeNumber':

Home

everywhere
www.exept.de
for:
[back]

Class: SomeNumber


Inheritance:

   Object
   |
   +--Magnitude
      |
      +--ArithmeticValue
         |
         +--Number
            |
            +--MetaNumber
               |
               +--SomeNumber

Package:
stx:libbasic
Category:
Magnitude-Numbers
Version:
rev: ? date: ? ?
user: ?
file: ? directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Claus Gittinger

Description:


Only used internally during double dispatch, 
when MetaNumbers (INF and NAN) are involved.


Related information:

    Number
    Infinity
    NotANumber
    Float
    ShortFloat
    Fraction
    FixedPoint
    Integer
    Complex
    FloatArray
    DoubleArray

Instance protocol:

arithmetic
o  * something
return the product of the receiver and the argument

o  + something
return the sum of the receiver and the argument

o  - something
return the difference of the receiver and the argument

o  / something
return the quotient of the receiver and the argument

o  < something
return true if the receiver is less than the argument



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 21:09:11 GMT