Exp4j
| exp4j | |
|---|---|
| Stable release | 0.4.3
/ 2014-10-10 |
| Written in | Java |
| Type | Math |
| License | Apache License 2.0 |
| Website | www |
| Repository | |
exp4j is a small Java library for evaluation of mathematical expressions. It implements Dijkstra's Shunting-yard algorithm to translate expressions from infix notation to Reverse Polish notation and calculates the result using a simple Stack algorithm.