Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Math(s) Parsing API [closed]

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!

like image 966
Tom R Avatar asked Nov 24 '09 19:11

Tom R


4 Answers

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

like image 82
axelclk Avatar answered Oct 04 '22 20:10

axelclk


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

like image 36
Lawrence Dol Avatar answered Oct 04 '22 18:10

Lawrence Dol


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

like image 40
fasseg Avatar answered Oct 04 '22 20:10

fasseg


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

like image 31
Konrad Rudolph Avatar answered Oct 04 '22 20:10

Konrad Rudolph