C#C
C#4y ago
PepeGak

How to parse an expression that is a function

According to the assignment, the correct function is read into a string (For example, y=(sin(2*log(x)))^3+sqrt(1/x)), and the program will have to plot this function itself. How can I do that?
Was this page helpful?