Re: [math] Expression evaluator

2012-08-17 Thread Guillaume CHAUVET
> Hi > [...] > Could you provide a few small examples of what the usage would look like? > Also, some use-cases in "real" applications would be welcome in order to > figure out whether this functionality would fit in Commons Math. > Thanks, > Gilles Hello, I apologize for not having replied earlie

[math] Expression evaluator

2012-07-10 Thread Guillaume CHAUVET
Hello, I would like to submit you a new feature: an expression evaluator (MATH-809, ignore my patch). This interpreter will evaluate an expression (including variable, function) but will don't provide parser (to keep I/O independency). I think it would be useful to put this functionality into c