| Subcategories found in Math and Calculations: |
| » Cryptography | |
| |
|
| Web Sites |
ArciMath BigDecimal Fast and improved BigDecimal class. [Commercial/Free] http://users.belgacombusiness.net/arci/math/ |
Decimal Arithmetic for Java Improved BigDecimal class from IBM. [Open source] http://www2.hursley.ibm.com/decimalj/ |
FPLib A small Java class that implements methods to perform arithmetic operations on 16:16 fixed-point numbers. [Open source, MIT license] http://www.geocities.com/andre_leiradella/#fplib |
Java Numerics Working group that offers presentation, news, and libraries related to numerical computing. http://math.nist.gov/javanumerics/ |
JeksParser Parses and computes expressions or functions primarily for use in spreadsheet applications such as the example provided. [Beta Evaluation] http://www.eteks.com/jeks/en/ |
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] http://www.singularsys.com/jep/ |
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] http://jeplite.sourceforge.net/ |
JFormula A Java library for evaluating mathematical expression. It is compatible with the JDK 1.1 and later. [Shareware] http://www.japisoft.com/ |
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] http://www.held-mueller.de/JMatLink/ |
Mantissa (Mathematical Algorithms for Numerical Tasks In Space System Applications) A class library devoted to simulation, including a comprehensive ODE solving package, as well as least square estimators, solvers, polynomials, basic statistics features. [Open source, BSD-like] http://www.spaceroots.org/software/mantissa/index.html |
Math Parser Package to parse and evaluate mathematical expressions at runtime. [Commercial] http://www.bestcode.com/html/jbcparser.html |
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] http://oglimmer.de/java/mathematical_expression_parser.php |
Significant Figures Handles parsing, rounding, and displaying numbers for scientific applications. http://ostermiller.org/utils/SignificantFigures.html |