Frames | No Frames |
Fields of type gnu.math.IntNum | |
IntNum |
Methods with return type gnu.math.IntNum | |
IntNum | Arithmetic.asIntNum(BigDecimal value) |
IntNum | Arithmetic.asIntNum(BigInteger value) |
IntNum | Arithmetic.asIntNum(Object value) |
Classes derived from gnu.math.IntNum | |
class | An integer that is an instance of a more specific integer type. |
Constructors with parameter type gnu.math.IntNum | |
Fields of type gnu.math.IntNum | |
IntNum | The upper bound, inclusive. |
IntNum | The lower bound, inclusive. |
Methods with parameter type gnu.math.IntNum | |
IntNum |
Methods with return type gnu.math.IntNum | |
IntNum | XIntegerType.valueOf(String value, int radix) |
IntNum |
Constructors with parameter type gnu.math.IntNum | |
Methods with parameter type gnu.math.IntNum | |
IntNum | |
IntNum | Add two IntNums, yielding their sum as another IntNum. |
IntNum | Add two IntNums, yielding their sum as another IntNum. |
IntNum | Add an IntNum and an int, yielding a new IntNum. |
IntNum | Return the logical (bit-wise) "and" of two IntNums. |
IntNum | Return the logical (bit-wise) "and" of an IntNum and an int. |
int | Count one bits in an IntNum. |
IntNum | Do one the the 16 possible bit-wise operations of two IntNums. |
boolean | Return the value of a specified bit in an IntNum. |
int | Return -1, 0, or 1, depending on which value is greater. |
int | Compare (x_num/x_den) with toExact(y). |
int | Return -1, 0, or 1, depending on which value is greater. |
void | Divide two integers, yielding quotient and remainder. |
void | |
boolean | |
IntNum | Extract a bit-field as an unsigned integer. |
IntNum | |
IntNum | Return the logical (bit-wise) "(inclusive) or" of two IntNums. |
IntNum | |
RatNum | |
IntNum | |
IntNum | |
IntNum | Return the logical (bit-wise) negation of an IntNum. |
Numeric | Return this raised to an integer power. |
Numeric | Return this raised to an integer power. |
Numeric | Return this raised to an integer power. |
Numeric | Return this raised to an integer power. |
Numeric | Return this raised to an integer power. |
IntNum | Calculate the integral power of an IntNum. |
IntNum | |
IntNum | |
IntNum | |
void | Destructively set the value of this to that of y. |
void | Set this to the sum of x and y. |
void | Do one the the 16 possible bit-wise operations of two IntNums. |
void | Destructively set this to the negative of x. |
IntNum | |
IntNum | Subtract two IntNums, yielding their sum as another IntNum. |
boolean | Return true iff two IntNums have any true bits in common. |
boolean | Return true iff an IntNum and an int have any true bits in common. |
IntNum | |
IntNum | |
IntNum | Return the logical (bit-wise) "exclusive or" of two IntNums. |
Methods with return type gnu.math.IntNum | |
IntNum | |
IntNum | Add two IntNums, yielding their sum as another IntNum. |
IntNum | Add two IntNums, yielding their sum as another IntNum. |
IntNum | Add an IntNum and an int, yielding a new IntNum. |
IntNum | Add two ints, yielding an IntNum. |
IntNum | Allocate a new non-shared IntNum. |
IntNum | Return the logical (bit-wise) "and" of two IntNums. |
IntNum | Return the logical (bit-wise) "and" of an IntNum and an int. |
IntNum | Do one the the 16 possible bit-wise operations of two IntNums. |
IntNum | |
IntNum | |
IntNum | |
IntNum | |
IntNum | Extract a bit-field as an unsigned integer. |
IntNum | |
IntNum | Return the logical (bit-wise) "(inclusive) or" of two IntNums. |
IntNum | |
IntNum | Return a (possibly-shared) IntNum with a given int value. |
IntNum | |
IntNum | Make a canonicalized IntNum from an array of words. |
IntNum | Return a (possibly-shared) IntNum with a given long value. |
IntNum | Make an IntNum from an unsigned 64-bit value. |
IntNum | Return the IntNum for -1. |
IntNum | |
IntNum | |
IntNum | Return the logical (bit-wise) negation of an IntNum. |
IntNum | |
IntNum | |
IntNum | |
IntNum | |
IntNum | Calculate the integral power of an IntNum. |
IntNum | |
IntNum | |
IntNum | |
IntNum | |
IntNum | Subtract two IntNums, yielding their sum as another IntNum. |
IntNum | |
IntNum | |
IntNum | |
IntNum | Multiply two ints, yielding an IntNum. |
IntNum | RealNum.toExactInt(double value) Converts an integral double (such as a toInt result) to an IntNum. |
IntNum | RealNum.toExactInt(double value, int rounding_mode) Converts real to an exact integer, with specified rounding mode. |
IntNum | IntNum.toExactInt(int rounding_mode) Converts to an exact integer, with specified rounding mode. |
IntNum | RatNum.toExactInt(int rounding_mode) |
IntNum | RealNum.toExactInt(int rounding_mode) Converts to an exact integer, with specified rounding mode. |
IntNum | RealNum.toScaledInt(double f, int k) Convert double to (rounded) integer, after multiplying by 10**k. |
IntNum | Convert rational to (rounded) integer, after multiplying by 10**k. |
IntNum | RealNum.toScaledInt(int k) Convert this to (rounded) integer, after multiplying by 10**k. |
IntNum | |
IntNum | |
IntNum | |
IntNum | |
IntNum | Return the logical (bit-wise) "exclusive or" of two IntNums. |
IntNum |
Fields of type gnu.math.IntNum | |
IntNum | |
IntNum |
Methods with parameter type gnu.math.IntNum | |
void | |
Object |
Constructors with parameter type gnu.math.IntNum | |