Serialized Form
_elements
RealNumber[] _elements
- The elements of this operation.
_digits
int[] _digits
_exponent
int _exponent
_radix
int _radix
_bigInteger
BigInteger _bigInteger
- The
BigInteger this
IntegerNumber implementation is based on.
_hash
int _hash
- The hash code.
_numbers
RealNumber[] _numbers
- The numbers that cannot be compared. This array is not
null
and contains 2 non-null elements.
_denominator
IntegerNumber _denominator
- The denominator. This field is initialized by the constructor, it can
never be
null.
_numerator
IntegerNumber _numerator
- The numerator. This field is initialized by the constructor, it can
never be
null.
_asString
String _asString
- Textual presentation of this number.
The value of this field is returned by RealNumber.toString().
_sign
int _sign
- The sign of this number. This field is initialized by the constructor.
The value of this field is -1, 0, or 1 as this number is negative,
zero, or positive.
The value of this field is returned by RealNumber.getSign().
_value
int _value
- The
int this IntegerNumber implementation
is based on.
_elements
RealNumber[] _elements
See http://jump-math.sourceforge.net/.