I’m working on a project where I want my users to type basic Math formulas from variables they created themselves. So in stead of spending months writing a c# parser, I thought of having a javascript function that can receive the formula as a string parameter and return the result, as a float answer.
I just want to know if this sounds correct?
Thanks