Java Math(s) Parsing API [closed]
We don’t allow questi开发者_如何学Goons seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionFollowing on from my previous question, I was wondering if anyone knew of any free (as in beer, as in freedom would be nice but not essential) math(s) parsing libraries for Java. I found one called Jep which used to be open-source (ie: written by the community), but now costs $300 upwards (is this even legal?).
Any help appreciated!
You can try the math expression parser from my Symja project.
You may find my math expression evaluator useful; it's completely free and it's tiny.
i released an expression evaluator based on Dijkstra's Shunting Yard algorithm, under the terms of the Apache License 2.0:
http://projects.congrace.de/exp4j/index.html
I may just be daft but isn’t the old, GPL’ed Jep still available as open source?
精彩评论