Files
2d_Polynomials/README.md
ALittlePatate 3efc546a1f New screenshots
2022-09-03 15:59:34 +02:00

18 lines
496 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 ```
# Screenshot
With colors :
![Screenshot with colors](screenshot/screenshot_colors.png)
Without :
![Screenshot without colors](screenshot/screenshot_no_colors.png)