Package it.unive.lisa.util.numeric
-
Class Summary Class Description IntInterval An interval with integer bounds.IntIntervalIterator TheIntInterval
iterator.MathNumber A wrapper aroundBigDecimal
to 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 aMathNumber
fails to be converted to a specific Java numerical type.