|
Orbital library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Integer | |
|---|---|
| orbital.math | Defines arithmetic objects and provides mathematical algorithms. |
| Uses of Integer in orbital.math |
|---|
| Fields in orbital.math declared as Integer | |
|---|---|
static Integer |
Values.MINUS_ONE
-1 in Z. |
static Integer |
Values.ONE
1 in Z. |
static Integer |
Values.ZERO
0 in Z. |
| 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 in Z. |
Integer |
Integer.multiply(Integer b)
|
Integer |
Rational.numerator()
Returns the numerator component. |
Integer |
ValueFactory.ONE()
1 in 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 in 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.2.0: 23 Apr 2008 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||