/function-plotter

Plot math functions in the terminal

Primary LanguageC++

function-plotter

It plots any function you want into the console. Just type it into the console
and it will do the work for you!

Functions

Constructor

Being its parameters the size and step:

Graph graph(10, 10);

alt text

Graph:Plot(std::string expression)

Graph.Plot("0.1 * x");

alt text

Graph:Loop(std::string expression)

graph.Loop("0.1*cos(8*3.1416*t - 4*3.1416*x)")

alt text