Package it.unive.lisa.util.numeric
-
Class Summary Class Description IntInterval An interval with integer bounds.IntIntervalIterator TheIntIntervaliterator.MathNumber A wrapper aroundBigDecimalto represent the mathematical concept of a number, that can be also plus or minus infinity, in a convenient way. -
Exception Summary Exception Description InfiniteIterationException An exception throw when someone tries to iterate over a non-finiteIntInterval.MathNumberConversionException An exception thrown when aMathNumberfails to be converted to a specific Java numerical type.