Uses of Class
JSci.maths.Supernumber

Packages that use Supernumber
JSci.maths   
 

Uses of Supernumber in JSci.maths
 

Methods in JSci.maths that return Supernumber
 Supernumber Supernumber.add(Supernumber z)
          Returns the addition of this supernumber and another.
 Supernumber Supernumber.multiply(Supernumber z)
          Returns the multiplication of this supernumber and another.
 Supernumber Supernumber.subtract(Supernumber z)
          Returns the subtraction of this supernumber and another.
 

Methods in JSci.maths with parameters of type Supernumber
 Supernumber Supernumber.add(Supernumber z)
          Returns the addition of this supernumber and another.
 Supernumber Supernumber.multiply(Supernumber z)
          Returns the multiplication of this supernumber and another.
 Supernumber Supernumber.subtract(Supernumber z)
          Returns the subtraction of this supernumber and another.