I need to evaluate a expression stored as a string and store that result to a variable. By the way, the string would contain other variables.
For example, i might need to evaluate
given that I have values for x and y in those variables.
For example, i might need to evaluate
Code:
"sin(x)+cos(y)"