A simple function plotter implemented in C using TinyExpr to parse the function and SDL2 to create graphs.
One can generate a graph by ./plot "exp" xrange yrange i.e.:
$ ./plot "x * sin(x)" -10..10 -10..10
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple function plotter implemented in C using TinyExpr to parse the function and SDL2 to create graphs.
One can generate a graph by ./plot "exp" xrange yrange i.e.:
$ ./plot "x * sin(x)" -10..10 -10..10