Orbital library

Uses of Interface
orbital.math.Integer

Packages that use Integer
orbital.math Defines arithmetic objects and provides mathematical algorithms. 
 

Uses of Integer in orbital.math
 

Methods in orbital.math that return Integer
 Integer Integer.add(Integer b)
           
 Integer UnivariatePolynomial.degree()
          Get the degree of this polynomial.
 Integer Polynomial.degree()
          Get the total degree of this polynomial.
 Integer Euclidean.degree()
          Get the Euclidean degree.
 Integer Rational.denominator()
          Returns the denominator component.
 Integer ValueFactory.MINUS_ONE()
          -1∈Z.
 Integer Integer.multiply(Integer b)
           
 Integer Rational.numerator()
          Returns the numerator component.
 Integer ValueFactory.ONE()
          1∈Z.
 Integer Integer.subtract(Integer b)
           
 Integer ValueFactory.valueOf(java.math.BigInteger val)
          Returns a scalar whose value is equal to that of the specified big number.
 Integer ValueFactory.valueOf(byte val)
           
 Integer ValueFactory.valueOf(java.lang.Byte val)
           
 Integer ValueFactory.valueOf(int val)
          Returns a scalar whose value is equal to that of the specified primitive type.
 Integer ValueFactory.valueOf(java.lang.Integer val)
           
 Integer ValueFactory.valueOf(long val)
          Returns a scalar whose value is equal to that of the specified primitive type.
 Integer ValueFactory.valueOf(java.lang.Long val)
           
 Integer ValueFactory.valueOf(short val)
           
 Integer ValueFactory.valueOf(java.lang.Short val)
           
 Integer ValueFactory.ZERO()
          0∈Z.
 

Methods in orbital.math with parameters of type Integer
 Integer Integer.add(Integer b)
           
 java.lang.String ArithmeticFormat.format(Integer obj)
          Specialization of format.
 java.lang.StringBuffer ArithmeticFormat.format(Integer v, java.lang.StringBuffer result, java.text.FieldPosition fieldPosition)
          Specialization of format.
 Integer Integer.multiply(Integer b)
           
 Rational Rational.power(Integer b)
          Return ab.
 Rational Integer.power(Integer b)
          Return ab.
 Rational ValueFactory.rational(Integer p)
          Returns a new (integer) rational whose value is equal to p/1.
 Rational ValueFactory.rational(Integer p, Integer q)
          Returns a new rational whose value is equal to p/q.
 Integer Integer.subtract(Integer b)
           
 


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.