JFormula 2.6
| ABrillant 24 Mar 2004 08:54 GMT | Page rating:  |
JFormula is a Java library for evaluating mathematical expression. This
release manages multiple line expression.
JFormula 2.6
Formula is a Java library for evaluating mathematical expression
Main features :
* '+', '-', '*', '^', '%',... operators
* Boolean expression support : (A<B) and (B>C)
* IF THEN ELSE expression
* Multiple Expression A = 1 B = A + 1 ...
* Short expression format : 2x+3y
* Variable : A=(cos(PI + x )*2) + [y-x]^2
* Unicode for symbols and values
* Evaluation tree produced by a pluggable parsing system
* Evaluation optimization for symbol value changes
* Standard library with 21 mathematical functions
* Delegate for resolving unknown function or symbol
* Extend or add a new library dynamically
* Chain of formula expression
* Function with string or double argument type
* Override any functions from the current library by your one
* Support for multithreaded computing
* Many samples (library extension, graphes) for API interesting parts
* JDK 1.1 compliant (tested on JDK1.1.8 and JDK1.4.1)
Documentation :
http://www.japisoft.com/formula/doc/index.html
Main page :
http://www.japisoft.com/formula/index.html
Best regards,
A.Brillant
http://www.japisoft.com
No comments at this time. Why not be the first?