DivergentSpectrum
- 149
- 15
i would like to have the user enter a math function. ie cos(x)-e^x + x^2
it will be typed into a text box and then the program performs a numerical procedure on the function (ie integration)
In other words, how do i transform the input string into a method?
it will be typed into a text box and then the program performs a numerical procedure on the function (ie integration)
In other words, how do i transform the input string into a method?