Hello,
I'm looking for a simple formula parser. The idea is that I store 3000 formula's as a string in a DB.
ex.
-6.055+0.0678*X-0.0147*Y
I'm looking for a free 'parser' that can calculate this. Only the basic operators (/,*,-,+,^) need to be supported.
Thanks,
N
I'm looking for a simple formula parser. The idea is that I store 3000 formula's as a string in a DB.
ex.
-6.055+0.0678*X-0.0147*Y
I'm looking for a free 'parser' that can calculate this. Only the basic operators (/,*,-,+,^) need to be supported.
Thanks,
N