
|
|
|
|
Home / Computers / Programming / Languages / Java / Class Libraries / Math and Calculations
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- 32-bit Cyclic Redundancy Check (CRC) class - This check is used in numerous systems to verify the integrity of information. It's also used as a hashing function. [Open Source, Public Domain]
www.theorem.com/java/CRC32.java
- ArciMath BigDecimal - Fast and improved BigDecimal class. [Commercial/Free]
users.belgacombusiness.net/arci/math
- Colt - High performance scientific and technical computing data structures and methods. (Open Source, Attribution)
tilde-hoschek.home.cern.ch/~hoschek/colt/index.htm
- Decimal Arithmetic for Java - Improved BigDecimal class from IBM. [Open source]
www2.hursley.ibm.com/decimalj
- Hakansoft Formula Engine - Pure Java package - evaluates expressions entered at runtime. Compilation and execution of the variables and functions is possible by implementing an interface. [Shareware]
www.hakansoft.com/hsformula
- Java Financial Library - A library and quick application for financial software. [Open source, LGPL]
www.neuro-tech.net/story/2002/7/22/132555/302
- Java Numerics - Working group that offers presentation, news, and libraries related to numerical computing.
math.nist.gov/javanumerics
- JeksParser - Parses and computes expressions or functions primarily for use in spreadsheet applications such as the example provided. [Beta Evaluation]
www.eteks.com/jeks/en
- JEP - Java Mathematical Expression Parser - Java classes for parsing and evaluation of mathematical expressions. Supports multiple variables and user-defined functions. [Freeware]
jep.sourceforge.net
- JEPLite - A light-weighted (re)implementation of the Java Expression Parser (jep.sourceforge.net). The intention is to strip some of its not-so-often-used features, and thus speeding the rest. Includes expression optimizer. [Open source, GPL]
jeplite.sourceforge.net
- JMatLink - Connects Java and MATLAB. Native methods make it possible to use MATLAB's computational engine inside your own java applications, applets and servlets. [Freeware, source available]
www.held-mueller.de/JMatLink
- JSpline+ - For spline approximation, core matrix operations, and linear system solutions. [Commercial w/demo]
www.excelsior-usa.com/jspline
- Math Parser - Package to parse and evaluate mathematical expressions at runtime. [Commercial]
www.bestcode.com/html/jbcparser.html
- Mersenne Twister Pseudo Random Number Generator Classes - Offers multiple replacement implementations for java.util.Random. [Open Source]
www.theorem.com/java/Free.htm#MT
- Significant Figures - Handles parsing, rounding, and displaying numbers for scientific applications.
ostermiller.org/utils/SignificantFigures.html
|
|
|
|
|