Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Math statement process

  Asked By: Nichole    Date: Jun 16    Category: Java    Views: 780
  

I develop a tool that needs to process text as a mathematic statement and computes result. In the text users can use predefined functions.
I use JEP for process this text, but I want to use a better tool.
Do you have any suggestion?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Isaac Williams     Answered On: Jun 16

I'm not sure about the specific needs of your application, but you might want to consider using EL.

(The same expression language used in JSF)



There is an excellent open-source implementation of the expression language available called JUEL.

Link: http://juel.sourceforge.net/



I've used it and I was happy with it.

(Actually my other teammates are more eligible to comment on this now)

 
Answer #2    Answered By: Luki Fischer     Answered On: Jun 16

Have you ever tried antlr ????????????????

 
Answer #3    Answered By: Dennis Hayes     Answered On: Jun 16

If your Application is on the WEB, I used JMath to handle text  to math  formula, it's nice and fast.

 
Didn't find what you were looking for? Find more on Math statement process Or get search suggestion and latest updates.




Tagged: