Uses of Package
org.openmali.number

Packages that use org.openmali.number
org.openmali.number   
org.openmali.number.matrix   
org.openmali.test.number   
 

Classes in org.openmali.number used by org.openmali.number
Radical1
          Represents a simple subset of radicals, namely, a sum of rational*sqrt(rational). e.g. 4 + sqrt(3) + 5*sqrt(2) The class was designed for use with rotation matrices, where triginomic constants like sin(pi/2) can be represented in simple radical forms.
Rational
          Represents a rational number. i.e. an integer over an integer.
 

Classes in org.openmali.number used by org.openmali.number.matrix
Radical1
          Represents a simple subset of radicals, namely, a sum of rational*sqrt(rational). e.g. 4 + sqrt(3) + 5*sqrt(2) The class was designed for use with rotation matrices, where triginomic constants like sin(pi/2) can be represented in simple radical forms.
Rational
          Represents a rational number. i.e. an integer over an integer.
 

Classes in org.openmali.number used by org.openmali.test.number
Radical1
          Represents a simple subset of radicals, namely, a sum of rational*sqrt(rational). e.g. 4 + sqrt(3) + 5*sqrt(2) The class was designed for use with rotation matrices, where triginomic constants like sin(pi/2) can be represented in simple radical forms.
Rational
          Represents a rational number. i.e. an integer over an integer.