Uncommons Maths API
(Version 1.2.3)

Package org.uncommons.maths.number

Custom numeric data types and classes for working with java.lang.Number and its sub-classes.

See:
          Description

Interface Summary
NumberGenerator<T extends Number> Interface for providing different types of sequences of numbers.
 

Class Summary
AdjustableNumberGenerator<T extends Number> Implementation of NumberGenerator that works similarly to ConstantGenerator but allows the returned value to be changed after instantiation.
ConstantGenerator<T extends Number> Convenience implementation of NumberGenerator that always returns the same value.
Rational Immutable value object for representing a rational number (or vulgar fraction).
 

Package org.uncommons.maths.number Description

Custom numeric data types and classes for working with java.lang.Number and its sub-classes.


Uncommons Maths API
(Version 1.2.3)