Math Expression Evaluator

In my project I need to implement a math expression evaluator. Not something with trigonometric operator, just simple thing: “*,+,-,/” and also parenthesis.

I found some project on bing .net but nothing similar in .netmf. Does anyone have such a lib to share?

I don’t want to reinvent the wheel and know that some part of such a tool can be very painfull (parsing, RPN…)

I do.
It even supports variables and a couple of math functions.
I guess I can rip it out of my library and post it today.

1 Like

wow it would be great ! :clap:

It’s online:
https://www.ghielectronics.com/community/codeshare/entry/935
Have fun :slight_smile:

2 Likes