org.apache.commons.lang.math

Java Source Code / Java Documentation
1. JDK Core
2. JDK Modules
3. JDK Modules com.sun
4. JDK Modules com.sun.java
5. JDK Modules Platform
6. JDK Modules sun
7. Open Source Build
8. Open Source Graphic Library
9. Open Source IDE Eclipse
10. Open Source J2EE
11. Open Source JDBC Driver
12. Open Source Library
13. Open Source Library Database
14. Open Source Net
15. Open Source Script
16. Science
17. Security
18. Sevlet Container
19. SUN GlassFish
20. Swing Library
21. Web Services apache cxf 2.0.1
22. Web Services AXIS2
23. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Source Code / Java Documentation » Open Source Library » Apache common lang » org.apache.commons.lang.math 
org.apache.commons.lang.math
Extends {@link java.math} for business mathematical classes. This package is intended for business mathematical use, not scientific use. @since 2.0
Java Source File NameTypeComment
AbstractRangeTest.javaClass Test cases for the Range classes.
DoubleRange.javaClass
DoubleRangeTest.javaClass Test cases for the DoubleRange class.
FloatRange.javaClass
FloatRangeTest.javaClass Test cases for the FloatRange class.
Fraction.javaClass

Fraction is a Number implementation that stores fractions accurately.

This class is immutable, and interoperable with most methods that accept a Number.


author:
   Travis Reeder
author:
   Stephen Colebourne
author:
   Tim O'Brien
author:
   Pete Gieser
author:
   C.
FractionTest.javaClass Test cases for the Fraction class
author:
   Stephen Colebourne
author:
   C.
IntRange.javaClass
IntRangeTest.javaClass Test cases for the IntRange class.
JVMRandom.javaClass
LongRange.javaClass
LongRangeTest.javaClass Test cases for the LongRange class.
MathTestSuite.javaClass Test suite for the Math package.
NumberRange.javaClass
NumberRangeTest.javaClass Test cases for the NumberRange class.
NumberUtils.javaClass
NumberUtilsTest.javaClass Unit tests org.apache.commons.lang.math.NumberUtils .
RandomUtils.javaClass

RandomUtils is a wrapper that supports all possible java.util.Random methods via the java.lang.Math.random method and its system-wide Random object.
author:
   Gary D.

RandomUtilsTest.javaClass Test cases for the RandomUtils class.
Range.javaClass

Range represents a range of numbers of the same type.

Specific subclasses hold the range values as different types.

RangeTest.javaClass

Tests the base methods in the org.apache.commons.lang.math.Range class.

w__ww___.___j_a_v__a_2_s___.c__o__m | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.