Re: Evaluating string: "(A+sin(B))" where A=1, B=2

2010-09-21 Thread Janko
I found the solution: http://sourceforge.net/projects/smplmathparse/files/ it is simple math parser and it is free. On Sep 21, 10:22 am, Janko wrote: > However,.. both are commercial... are there any non-commercial > packages?? > > On Sep 21, 2:40 am, lineman78 wrote: > > > > > > > > > There

Re: Evaluating string: "(A+sin(B))" where A=1, B=2

2010-09-21 Thread Janko
However,.. both are commercial... are there any non-commercial packages?? On Sep 21, 2:40 am, lineman78 wrote: > There are plenty of Java implementations that do the same thing if you > would prefer sticking with Java.  Popular Java projects include > "Jep"(http://sourceforge.net/projects/jep/) a

Re: Evaluating string: "(A+sin(B))" where A=1, B=2

2010-09-21 Thread Janko
Thank you! I was looking for java code like this. http://www.japisoft.com/formula/ looks simple enough and will do the job I need! thanks, js On Sep 21, 2:40 am, lineman78 wrote: > There are plenty of Java implementations that do the same thing if you > would prefer sticking with Java.  Popular

Re: Evaluating string: "(A+sin(B))" where A=1, B=2

2010-09-20 Thread lineman78
There are plenty of Java implementations that do the same thing if you would prefer sticking with Java. Popular Java projects include "Jep"(http://sourceforge.net/projects/jep/) and "JFormula"(http:// www.japisoft.com/formula/). On Sep 20, 4:04 pm, Janko wrote: > The best way I found is using so

Re: Evaluating string: "(A+sin(B))" where A=1, B=2

2010-09-20 Thread Janko
The best way I found is using something like it is described here: http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html Where the server would host a mathparser.py... I would like to evaluate the string at the server side, so the server implementation would call the py script... what

Evaluating string: "(A+sin(B))" where A=1, B=2

2010-09-20 Thread Janko
Hello everybody! What is the simplest way to evaluate an string expression with know parameters on the server side??? Please help! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@go