What's a good library for parsing mathematical expressions in java?

Posted by CSharperWithJava on Stack Overflow See other posts from Stack Overflow or by CSharperWithJava
Published on 2010-02-09T05:03:51Z Indexed on 2010/03/31 18:33 UTC
Read the original article Hit count: 358

Filed under:
|
|
|

I'm an Android Developer and as part of my next app I will need to evaluate a large variety of user created mathematical expressions and equations. I am looking for a good java library that is lightweight and can evaluate mathematical expressions using user defined variables and constants, trig and exponential functions, etc.

I've looked around and Jep seems to be popular, but I would like to hear more suggestions, especially from people who have used these libraries before.

© Stack Overflow or respective owner

Related posts about android

Related posts about math