| Home >> All >> org >> apache >> commons >> lang >> [ math Javadoc ] |
org.apache.commons.lang.math: Javadoc index of package org.apache.commons.lang.math.
Package Samples:
org.apache.commons.lang.math
Classes:
RandomUtils: RandomUtils is a wrapper that supports all possible java.util.Random methods via the Math.random() > Math.random() 55 method and its system-wide Random object.
JVMRandom: JVMRandom is a wrapper that supports all possible Random methods via the Math.random() > Math.random() 55 method and its system-wide java.util.Random object.
Range: Range represents a range of numbers of the same type. Specific subclasses hold the range values as different types. Each subclass should be immutable and Serializable if possible.
Fraction: Fraction is a Number implementation that stores fractions accurately. This class is immutable, and interoperable with most methods that accept a Number .
NumberRange: NumberRange represents an inclusive range of java.lang.Number objects of the same type.
NumberRangeTest: Test cases for the NumberRange class.
DoubleRangeTest: Test cases for the DoubleRange class.
RandomUtilsTest: Test cases for the RandomUtils class.
FloatRangeTest: Test cases for the FloatRange class.
LongRangeTest: Test cases for the LongRange class.
IntRangeTest: Test cases for the IntRange class.
FractionTest: Test cases for the Fraction class
AbstractRangeTest: Test cases for the Range classes.
NumberUtilsTest: Unit tests NumberUtils .
DoubleRange: DoubleRange represents an inclusive range of double s.
FloatRange: FloatRange represents an inclusive range of float s.
LongRange: LongRange represents an inclusive range of long s.
IntRange: IntRange represents an inclusive range of int s.
NumberUtils: Provides extra functionality for Java Number classes.
MathTestSuite: Test suite for the Math package.
| Home | Contact Us | Privacy Policy | Terms of Service |