Uses of Class
dev.civl.sarl.IF.number.NumberFactory.IntervalUnion
Packages that use NumberFactory.IntervalUnion
Package
Description
The number package supports infinite-precision integer and rational
numbers.
-
Uses of NumberFactory.IntervalUnion in dev.civl.sarl.IF.number
Methods in dev.civl.sarl.IF.number with parameters of type NumberFactory.IntervalUnionModifier and TypeMethodDescriptionvoidNumberFactory.union(Interval i1, Interval i2, NumberFactory.IntervalUnion result) Computes the union of two intervals or reports that the union is not an interval and why.