Added the derivative + graph is responsive

This commit is contained in:
ALittlePatate
2022-09-03 15:06:48 +02:00
parent 7c6fdb0664
commit e624b56624
4 changed files with 74 additions and 27 deletions

View File

@@ -23,8 +23,10 @@ enum STATUS Calcul_x1_x2(Poly* poly);
enum STATUS Calcul_x0(Poly* poly);
enum STATUS Calcul_Sommet(Poly* poly);
enum STATUS Calcul_Fonction(Poly* poly, float x, float *out);
enum STATUS Calcul_Derivee(Poly* poly, float x, float *out);
#define LONGUEUR_X 10
#define LONGUEUR_Y 10
#define LONGUEUR_X 20
#define LONGUEUR_Y 20
void Dessiner_Separateur();
enum STATUS Dessiner_Graph(Poly* poly);
int main();