- #Calculation Component 2.0.2368 — #Calculation component is a powerful calculation engine for your applications. This component integrates expression parsing and evaluating. It's suitable for heavy-duty number crunching.
- Janino 2.3.18 — Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes.
- EquTranslator 2.0 — It's a fast equation evaluator with parse-tree builder and user-friendly interface for parsing and evaluation a run-time defined string as a math expression.
The math expressions is represented in function style
F(x1, x2,..., xn) =f(x1, x2,..xn)
|