Uses of Class
org.znerd.math.DigitSet

Uses of DigitSet in org.znerd.math
 

Subclasses of DigitSet in org.znerd.math
 class BasicDigitSet
          Basic implementation of a DigitSet.
 

Methods in org.znerd.math that return DigitSet
 DigitSet DigitSet.toPrecision(int precision)
          Returns a digit set with the specified precision.
protected abstract  DigitSet DigitSet.toPrecisionImpl(int precision)
          Returns a digit set with the specified precision, actual implementation.
 DigitSet BasicDigitSet.toPrecisionImpl(int precision)
           
 DigitSet SmallIntegerNumber.round(int radix, int precision, RoundingMode roundingMode)
           
 DigitSet RealNumber.round(int radix, int precision, RoundingMode roundingMode)
          Rounds to the specified radix, using the specified precision and rounding mode.
 



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