Uses of Class
org.znerd.math.SmallIntegerNumber

Uses of SmallIntegerNumber in org.znerd.math
 

Fields in org.znerd.math declared as SmallIntegerNumber
static SmallIntegerNumber SmallIntegerNumber.MINIMUM_VALUE
          The minimum IntegerNumber that can be represented by this class.
static SmallIntegerNumber SmallIntegerNumber.MAXIMUM_VALUE
          The maximum IntegerNumber that can be represented by this class.
static SmallIntegerNumber SmallIntegerNumber.MINUS_TWO
          Cached instance that represents the number minus two, -2.
static SmallIntegerNumber SmallIntegerNumber.MINUS_ONE
          Cached instance that represents the number minus one, -1.
static SmallIntegerNumber SmallIntegerNumber.ZERO
          Cached instance that represents the number zero, 0.
static SmallIntegerNumber SmallIntegerNumber.ONE
          Cached instance that represents the number one, 1.
static SmallIntegerNumber SmallIntegerNumber.TWO
          Cached instance that represents the number two, 2.
 

Methods in org.znerd.math that return SmallIntegerNumber
static SmallIntegerNumber SmallIntegerNumber.createInstance(int n)
          Returns an instance of a SmallIntegerNumber based on a int value.
 



See http://jump-math.sourceforge.net/.