Files
2d_Polynomials/README.md
ALittlePatate d7f64cbfc0 updated usage
2022-09-03 16:33:43 +02:00

19 lines
519 B
Markdown

# 2D Polynomials
I was bored so i made this tool, it allows you to calculate :
* the delta
* x1, x2, x0
* vertex coordinates
* Drawing the graph of the function and its derivative
The names of the functions/variables are in French, uhh use google translate to read the code i guess, sorry for that.
# Usage
```poly.exe a b c [--size 20] [--colors]```
# Screenshot
With colors :
![Screenshot with colors](screenshot/screenshot_colors.png)
Without :
![Screenshot without colors](screenshot/screenshot_no_colors.png)