Posts by Paulo Rocha • 1 point
1 post
-
-3
votes1
answer107
viewsA: I’m doing a C program, which consists of implementing the Lagrange interpolation method
#include <stdio.h> #include <math.h> #include <stdio.h> #include <stdlib.h> // Structs do softwaresm para assim organizar da melhor forma typedef struct sum { double x[100];…