Java Math(s) Parsing API [closed]

非 Y 不嫁゛ 提交于 2019-11-27 03:36:21

问题


Following 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!


回答1:


You can try the math expression parser from my Symja project.




回答2:


You may find my math expression evaluator useful; it's completely free and it's tiny.




回答3:


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




回答4:


I may just be daft but isn’t the old, GPL’ed Jep still available as open source?



来源:https://stackoverflow.com/questions/1792261/java-maths-parsing-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!