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 RealNumber.round(int radix, int precision, RoundingMode roundingMode)
          Rounds to the specified radix, using the specified precision and rounding mode.
 DigitSet SmallIntegerNumber.round(int radix, int precision, RoundingMode roundingMode)
           
 DigitSet BasicDigitSet.toPrecisionImpl(int precision)
           
 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.
 



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