- USPExpress Math Parser 2.01 — USPExpress Math Parser is a component aimed to parse and evaluate scientific, engineering and math expressions on-the-fly. There are .NET and COM editions of USPExpress available.
- CxTranslator 2.0 — The equation parser-evaluator for COMPLEX number math expressions with parse-tree builder and user-friendly interface for parsing and evaluation a run-time defined math complex number expression.
The math expressions is represented as string.
- 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)
|