Skip to content

xzebra/function-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Plot math functions in the terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published