Package org.apache.commons.lang.math
Since2.0
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
DoubleRange

DoubleRange represents an inclusive range of doubles.

FloatRange

FloatRange represents an inclusive range of floats.

Fraction

Fraction is a Number implementation that stores fractions accurately.

IntRange

IntRange represents an inclusive range of ints.

JVMRandom

JVMRandom is a wrapper that supports all possible Random methods via the random() method and its system-wide Random object.

LongRange

LongRange represents an inclusive range of longs.

NumberRange

NumberRange represents an inclusive range of Number objects of the same type.

NumberUtils

Provides extra functionality for Java Number classes.

RandomUtils

RandomUtils is a wrapper that supports all possible Random methods via the random() method and its system-wide Random object.

Range

Range represents a range of numbers of the same type.

Extends java.math for business mathematical classes. This package is intended for business mathematical use, not scientific use.