Package org.uncommons.maths.number
package org.uncommons.maths.number
Custom numeric data types and classes for working with java.lang.Number and
its sub-classes.
-
ClassDescriptionAdjustableNumberGenerator<T extends Number>Implementation of
NumberGenerator
that works similarly toConstantGenerator
but allows the returned value to be changed after instantiation.ConstantGenerator<T extends Number>Convenience implementation ofNumberGenerator
that always returns the same value.NumberGenerator<T extends Number>Interface for providing different types of sequences of numbers.Immutable value object for representing a rational number (or vulgar fraction).