It plots any function you want into the console. Just type it into the console
and it will do the work for you!
Being its parameters the size and step:
Graph graph(10, 10);Graph.Plot("0.1 * x");graph.Loop("0.1*cos(8*3.1416*t - 4*3.1416*x)")| Name | Name | Last commit date | ||
|---|---|---|---|---|
It plots any function you want into the console. Just type it into the console
and it will do the work for you!
Being its parameters the size and step:
Graph graph(10, 10);Graph.Plot("0.1 * x");graph.Loop("0.1*cos(8*3.1416*t - 4*3.1416*x)")