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]
ccapi A financial library for automated stock trading, including many technical indicators and quote retreivers to fetch both intraday and historical stock quotes from various internet sources. [Open source, GPL]
Colt High performance scientific and technical computing data structures and methods. (Open Source, Attribution)
JEP - Java Mathematical Expression Parser Java classes for parsing and evaluating mathematical expressions. Supports multiple variables and user-defined functions. [Open source, GPL or commercial]
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]
JFormula A Java library for evaluating mathematical expression. It is compatible with the JDK 1.1 and later. [Shareware]
JMathTools A mathematical Java toolbox designed to be easily used and modified for scientific software engineering. [Open source, BSD License]
JMatLink [free] Connects Java and MATLAB. Native methods make it possible to use MATLAB's computational engine inside your own java applications, applets and servlets.
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]
JMP - Sparse matrix library A library for sparse matrix computations. Includes a sparse BLAS, many iterative solvers for different problems, sparse matrix I/O and parallelization. [Open source, GPL]
JSpline+ For spline approximation, core matrix operations, and linear system solutions. [Commercial w/demo]
Math Parser Package to parse and evaluate mathematical expressions at runtime. [Commercial]
Mathematical expression parser library for Java [GPL] Library to parse mathematical expressions like x^2+sin(x)-root(1/3*x). The following mathematical operations are supported: + - * / ( ) ^ root log sin cos tan asin acos atan. [Open source, GPL]