Graph is a a program to display polynomials up to degree 3 as a graph.
- POINT to display the curve as points
- TRAIT to display the curve as lines
- NOMBRE DE POINT to increase or decrease the number of points
- XMAX to increase or decrease xmax
- XMIN to increase or decrease xmin
- YMAX to increase or decrease ymax
- YMIN to increase or decrease ymin
- EPAISSEUR to increase or decrease the thickness of the lines or points
- FOND to invert the background color
- QUITTER to leave
First you have to build it :
make
That's it, you're good to go.
./graph
Now, you can enjoy the software at it's fullest (yet).